Skip to content

Commit

Permalink
[#114] update baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bergen committed Jan 10, 2025
1 parent 0948396 commit 02f23a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yarn install
RUN node template-colors.js ${WORKDIR}/resources/var/www/html/styles/default.css.tpl ${WORKDIR}/build/default.css
RUN node template-error-pages.js ${WORKDIR}/resources/var/www/html/errors/error-page.html.tpl ${WORKDIR}/build/errors

FROM registry.cloudogu.com/official/base:3.20.3-3 as builder
FROM registry.cloudogu.com/official/base:3.21.0-1 as builder
LABEL maintainer="[email protected]"

# dockerfile is based on https://github.com/dockerfile/nginx and https://github.com/bellycard/docker-loadbalancer
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
&& echo "${WARP_MENU_TAR_SHA256} */tmp/warp.zip" | sha256sum -c - \
&& unzip /tmp/warp.zip -d /build/var/www/html

FROM registry.cloudogu.com/official/base:3.20.3-3
FROM registry.cloudogu.com/official/base:3.21.0-1
LABEL maintainer="[email protected]" \
NAME="official/nginx" \
VERSION="1.26.2-2"
Expand Down

0 comments on commit 02f23a2

Please sign in to comment.