We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b952f commit fe74a32Copy full SHA for fe74a32
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [17.0.17-2] - 2025-12-10
10
+### Changed
11
+- Upgrade base-image to 3.23.0-1
12
+
13
## [17.0.17-1] - 2025-12-02
14
### Changed
15
- Upgrade base-image to 3.22.0-5
Makefile
@@ -1,6 +1,6 @@
1
JAVA_VERSION=17.0.17
2
-CHANGE_COUNTER=1
3
-BASE_IMAGE_VERSION=3.22.0-5
+CHANGE_COUNTER=2
+BASE_IMAGE_VERSION=3.23.0-1
4
JAVA_ALPINE_VERSION=17.0.17_p10-r0
5
IMAGE_NAME=registry.cloudogu.com/official/java
IMAGE_NAME_PRERELEASE=registry.cloudogu.com/prerelease_official/java
0 commit comments