From 708da13fe5a90f70ed8be691c3eb0b152c0b899c Mon Sep 17 00:00:00 2001 From: Georg Goering Date: Fri, 14 Jun 2024 14:29:45 +0200 Subject: [PATCH] Bump version --- Dockerfile | 2 +- dogu.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 204d40d..8f62702 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN wget --progress=bar:force:noscroll -O /tmp/theme.zip https://github.com/clou FROM registry.cloudogu.com/official/base:3.19.1-2 LABEL maintainer="hello@cloudogu.com" \ NAME="official/nginx" \ - VERSION="1.23.2-10" + VERSION="1.26.1-1" ENV CES_MAINTENANCE_MODE=false diff --git a/dogu.json b/dogu.json index 2471426..65959e9 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/nginx", - "Version": "1.23.2-10", + "Version": "1.26.1-1", "DisplayName": "Nginx", "Description": "Nginx WebServer.", "Logo": "https://cloudogu.com/images/dogus/nginx.png",