Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxl committed Sep 26, 2024
1 parent 2b9bb50 commit 5d8bf2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine as templating

ENV WORKDIR=/template \
# Used in template to invalidate caches - do not remove. The release script will auto update this line
VERSION="1.26.1-10"
VERSION="1.26.1-11"

RUN mkdir -p ${WORKDIR}
WORKDIR ${WORKDIR}
Expand Down Expand Up @@ -68,11 +68,11 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
FROM registry.cloudogu.com/official/base:3.20.2-1
LABEL maintainer="[email protected]" \
NAME="official/nginx" \
VERSION="1.26.1-10"
VERSION="1.26.1-11"

ENV CES_MAINTENANCE_MODE=false \
# Used in template to invalidate caches - do not remove. The release script will auto update this line
VERSION="1.26.1-10"
VERSION="1.26.1-11"

RUN set -x -o errexit \
&& set -o nounset \
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/nginx",
"Version": "1.26.1-10",
"Version": "1.26.1-11",
"DisplayName": "Nginx",
"Description": "Nginx WebServer.",
"Logo": "https://cloudogu.com/images/dogus/nginx.png",
Expand Down

0 comments on commit 5d8bf2a

Please sign in to comment.