Skip to content

Commit 11eebaa

Browse files
authored
Merge pull request #98 from cloudogu/base3.23.3-4/java17
#96 Upgrade base-image to 3.23.3-4
2 parents 108aa60 + e05c4df commit 11eebaa

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [17.0.18-4] - 2026-02-17
8+
### Fixed
9+
- [#91] Upgrade base-image to 3.23.3-4
10+
- This fixes a bug in doguctl, to not check the local config if volume is not mounted.
11+
712
## [17.0.18-3] - 2026-02-12
813
### Security
914
- [#91] Upgrade base-image to 3.23.3-3

Makefile

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

0 commit comments

Comments
 (0)