Skip to content

Commit

Permalink
Update Nextcloud to 24.0.2 (nextcloud#1773)
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
  • Loading branch information
J0WI authored Jun 20, 2022
1 parent e88d8e4 commit c416385
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 22/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 22.2.8
ENV NEXTCLOUD_VERSION 22.2.9

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 22/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 22.2.8
ENV NEXTCLOUD_VERSION 22.2.9

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 22/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 22.2.8
ENV NEXTCLOUD_VERSION 22.2.9

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 23/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 23.0.5
ENV NEXTCLOUD_VERSION 23.0.6

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 23/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 23.0.5
ENV NEXTCLOUD_VERSION 23.0.6

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 23/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 23.0.5
ENV NEXTCLOUD_VERSION 23.0.6

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 24/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 24.0.1
ENV NEXTCLOUD_VERSION 24.0.2

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 24/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 24.0.1
ENV NEXTCLOUD_VERSION 24.0.2

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 24/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 24.0.1
ENV NEXTCLOUD_VERSION 24.0.2

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail

stable_channel='23.0.5'
stable_channel='23.0.6'

self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down
2 changes: 1 addition & 1 deletion latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.0.1
24.0.2

0 comments on commit c416385

Please sign in to comment.