Skip to content

Commit fe74a32

Browse files
committed
Update base image
1 parent 44b952f commit fe74a32

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [17.0.17-2] - 2025-12-10
10+
### Changed
11+
- Upgrade base-image to 3.23.0-1
12+
913
## [17.0.17-1] - 2025-12-02
1014
### Changed
1115
- Upgrade base-image to 3.22.0-5

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JAVA_VERSION=17.0.17
2-
CHANGE_COUNTER=1
3-
BASE_IMAGE_VERSION=3.22.0-5
2+
CHANGE_COUNTER=2
3+
BASE_IMAGE_VERSION=3.23.0-1
44
JAVA_ALPINE_VERSION=17.0.17_p10-r0
55
IMAGE_NAME=registry.cloudogu.com/official/java
66
IMAGE_NAME_PRERELEASE=registry.cloudogu.com/prerelease_official/java

0 commit comments

Comments
 (0)