@@ -3,8 +3,8 @@ LABEL maintainer="hello@cloudogu.com"
33
44# dockerfile is based on https://github.com/dockerfile/nginx and https://github.com/bellycard/docker-loadbalancer
55
6- ENV NGINX_VERSION=1.23.2 \
7- NGINX_TAR_SHA256="a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46 " \
6+ ENV NGINX_VERSION=1.26.1 \
7+ NGINX_TAR_SHA256="f9187468ff2eb159260bfd53867c25ff8e334726237acf227b9e870e53d3e36b " \
88 CES_CONFD_VERSION=0.9.0 \
99 CES_CONFD_TAR_SHA256="8507f40824562b8d2c1f32afb43ce1aad576a82febd2f97bd2cf31b0753a8cbd" \
1010 WARP_MENU_VERSION=1.7.3 \
@@ -58,10 +58,10 @@ RUN wget --progress=bar:force:noscroll -O /tmp/theme.zip https://github.com/clou
5858 && unzip /tmp/theme.zip -d /tmp/theme \
5959 && cp -r /tmp/theme/ces-theme-${CES_THEME_VERSION}/dist/errors /build/var/www/html
6060
61- FROM registry.cloudogu.com/official/base:3.17.3 -2
61+ FROM registry.cloudogu.com/official/base:3.19.1 -2
6262LABEL maintainer="hello@cloudogu.com" \
6363 NAME="official/nginx" \
64- VERSION="1.23.2-10 "
64+ VERSION="1.26.1-1 "
6565
6666ENV CES_MAINTENANCE_MODE=false
6767
@@ -85,11 +85,10 @@ COPY --from=builder /build /
8585RUN ln -sf /dev/stdout /var/log/nginx/access.log \
8686 && ln -sf /dev/stderr /var/log/nginx/error.log
8787
88- # Volumes are used to avoid writing to containers writable layer https://docs.docker.com/storage/
8988# Compared to the bind mounted volumes we declare in the dogu.json,
9089# the volumes declared here are not mounted to the dogu if the container is destroyed/recreated,
9190# e.g. after a dogu upgrade
92- VOLUME ["/etc/nginx/conf.d" , "/var/log/nginx" , "/var/www/html" ]
91+ VOLUME ["/var/nginx/conf.d/" , "/ etc/nginx/conf.d" , "/var/log/nginx" , "/var/www/html" ]
9392
9493# Define working directory.
9594WORKDIR /etc/nginx
0 commit comments