Merge pull request #1141 from nextcloud/aio-dependency-update

Dependency updates
This commit is contained in:
Simon L 2022-09-20 19:04:56 +02:00 committed by GitHub
commit ff88664cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@ COPY --from=dind /usr/local/bin/docker /usr/local/bin/
RUN chmod +x /usr/local/bin/docker
RUN set -ex; \
pecl install APCu-5.1.21; \
pecl install APCu-5.1.22; \
docker-php-ext-enable apcu
RUN set -e && \