File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v1.29.4-5] - 2026-02-17
11+ ### Changed
12+ - [ #140 ] Update base image to version 3.23.3-4
13+
1014## [ v1.29.4-4] - 2026-02-13
1115### Security
1216- [ #138 ] fixed [ CVE-2025 -68121] ( https://avd.aquasec.com/nvd/2025/cve-2025-68121/ )
Original file line number Diff line number Diff line change @@ -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.29.4-4 "
5+ VERSION="1.29.4-5 "
66
77RUN mkdir -p ${WORKDIR}
88WORKDIR ${WORKDIR}
@@ -65,14 +65,14 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
6565 && echo "${WARP_MENU_ZIP_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.23.3-3
68+ FROM registry.cloudogu.com/official/base:3.23.3-4
6969LABEL maintainer="hello@cloudogu.com" \
7070 NAME="official/nginx" \
71- VERSION="1.29.4-4 "
71+ VERSION="1.29.4-5 "
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.29.4-4 "
75+ VERSION="1.29.4-5 "
7676
7777RUN set -x -o errexit \
7878 && set -o nounset \
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https
66
77## [ Unreleased]
88
9+ ## [ v1.29.4-5] - 2026-02-17
10+ ### Changed
11+ - Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
12+
913## [ v1.29.4-4] - 2026-02-13
1014### Security
1115- Sicherheitslücke [ CVE-2025 -68121] ( https://avd.aquasec.com/nvd/2025/cve-2025-68121/ ) behoben
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technical details on a release can be found in the corresponding [Changelog](htt
66
77## [ Unreleased]
88
9+ ## [ v1.29.4-5] - 2026-02-17
10+ ### Changed
11+ - We have only made technical changes. You can find more details in the changelogs.
12+
913## [ v1.29.4-4] - 2026-02-13
1014### Security
1115- fixed [ CVE-2025 -68121] ( https://avd.aquasec.com/nvd/2025/cve-2025-68121/ )
Original file line number Diff line number Diff line change 11{
22 "Name" : " official/nginx" ,
3- "Version" : " 1.29.4-4 " ,
3+ "Version" : " 1.29.4-5 " ,
44 "DisplayName" : " Nginx" ,
55 "Description" : " Nginx WebServer." ,
66 "Logo" : " https://cloudogu.com/images/dogus/nginx.png" ,
You can’t perform that action at this time.
0 commit comments