@@ -2,7 +2,7 @@ FROM node:lts-alpine as templating
22
33ENV WORKDIR=/template \
44 # Used in template to invalidate caches - do not remove. The release script will auto update this line
5- VERSION="1.26.1-11 "
5+ VERSION="1.26.2-1 "
66
77RUN mkdir -p ${WORKDIR}
88WORKDIR ${WORKDIR}
@@ -14,12 +14,12 @@ RUN yarn install
1414RUN node template-colors.js ${WORKDIR}/resources/var/www/html/styles/default.css.tpl ${WORKDIR}/build/default.css
1515RUN node template-error-pages.js ${WORKDIR}/resources/var/www/html/errors/error-page.html.tpl ${WORKDIR}/build/errors
1616
17- FROM registry.cloudogu.com/official/base:3.20.2-1 as builder
17+ FROM registry.cloudogu.com/official/base:3.20.3-3 as builder
1818LABEL maintainer="hello@cloudogu.com"
1919
2020# dockerfile is based on https://github.com/dockerfile/nginx and https://github.com/bellycard/docker-loadbalancer
21- ENV NGINX_VERSION=1.26.1 \
22- NGINX_TAR_SHA256="f9187468ff2eb159260bfd53867c25ff8e334726237acf227b9e870e53d3e36b " \
21+ ENV NGINX_VERSION=1.26.2 \
22+ NGINX_TAR_SHA256="627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738 " \
2323 CES_CONFD_VERSION=0.9.0 \
2424 CES_CONFD_TAR_SHA256="8507f40824562b8d2c1f32afb43ce1aad576a82febd2f97bd2cf31b0753a8cbd" \
2525 WARP_MENU_VERSION=2.0.0 \
@@ -65,14 +65,14 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
6565 && echo "${WARP_MENU_TAR_SHA256} */tmp/warp.zip" | sha256sum -c - \
6666 && unzip /tmp/warp.zip -d /build/var/www/html
6767
68- FROM registry.cloudogu.com/official/base:3.20.2-1
68+ FROM registry.cloudogu.com/official/base:3.20.3-3
6969LABEL maintainer="hello@cloudogu.com" \
7070 NAME="official/nginx" \
71- VERSION="1.26.1-11 "
71+ VERSION="1.26.2-1 "
7272
7373ENV CES_MAINTENANCE_MODE=false \
7474 # Used in template to invalidate caches - do not remove. The release script will auto update this line
75- VERSION="1.26.1-11 "
75+ VERSION="1.26.2-1 "
7676
7777RUN set -x -o errexit \
7878 && set -o nounset \
0 commit comments