We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8195c67 commit 79e9b60Copy full SHA for 79e9b60
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [17.0.18-7] - 2026-04-22
8
+### Changed
9
+- Upgrade base-image to v3.23.4-1
10
+
11
## [17.0.18-6] - 2026-03-25
12
### Changed
13
- Upgrade base-image to v3.23.3-6
Makefile
@@ -1,6 +1,6 @@
1
JAVA_VERSION=17.0.18
2
-CHANGE_COUNTER=6
3
-BASE_IMAGE_VERSION=3.23.3-6
+CHANGE_COUNTER=7
+BASE_IMAGE_VERSION=3.23.4-1
JAVA_ALPINE_VERSION=17.0.18_p8-r0
IMAGE_NAME=registry.cloudogu.com/official/java
IMAGE_NAME_PRERELEASE=registry.cloudogu.com/prerelease_official/java
0 commit comments