mirror of
				https://github.com/nextcloud/docker.git
				synced 2025-11-03 18:01:32 +01:00 
			
		
		
		
	Update Nextcloud to 24.0.2 (#1773)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									e88d8e4681
								
							
						
					
					
						commit
						c416385b7c
					
				@ -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=" \
 | 
			
		||||
 | 
			
		||||
@ -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 \
 | 
			
		||||
 | 
			
		||||
@ -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=" \
 | 
			
		||||
 | 
			
		||||
@ -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=" \
 | 
			
		||||
 | 
			
		||||
@ -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 \
 | 
			
		||||
 | 
			
		||||
@ -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=" \
 | 
			
		||||
 | 
			
		||||
@ -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=" \
 | 
			
		||||
 | 
			
		||||
@ -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 \
 | 
			
		||||
 | 
			
		||||
@ -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=" \
 | 
			
		||||
 | 
			
		||||
@ -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")")"
 | 
			
		||||
 | 
			
		||||
@ -1 +1 @@
 | 
			
		||||
24.0.1
 | 
			
		||||
24.0.2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user