Skip to content

Commit

Permalink
[IT-120] Upgrade to Nextcloud 26.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Elsmore-Paddock committed Mar 30, 2024
1 parent 7319d58 commit dce7d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/backend-nextcloud-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @copyright Copyright (c) 2019-2024, Inveniem
# @license GNU AGPL version 3 or any later version
#
FROM nextcloud:26.0.12-apache
FROM nextcloud:26.0.13-apache

ENV NEXTCLOUD_CONFIG_READ_ONLY "false"
ENV NEXTCLOUD_INIT_LOCK "true"
Expand Down
2 changes: 1 addition & 1 deletion docker/backend-nextcloud-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN set -eux;\
################################################################################
# This is the container that actually gets pushed.
#
FROM nextcloud:26.0.12-fpm-alpine
FROM nextcloud:26.0.13-fpm-alpine

ENV NEXTCLOUD_CONFIG_READ_ONLY "false"
ENV NEXTCLOUD_INIT_LOCK "true"
Expand Down
2 changes: 1 addition & 1 deletion docker/nextcloud-cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @copyright Copyright (c) 2019-2024, Inveniem
# @license GNU AGPL version 3 or any later version
#
FROM nextcloud:26.0.12-apache
FROM nextcloud:26.0.13-apache

ENV NEXTCLOUD_CONFIG_READ_ONLY "true"

Expand Down

0 comments on commit dce7d94

Please sign in to comment.