Skip to content

Commit 74f75d0

Browse files
committed
#96 Upgrade base-image to 3.23.3-4
1 parent 108aa60 commit 74f75d0

2 files changed

Lines changed: 6 additions & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JAVA_VERSION=17.0.18
22
CHANGE_COUNTER=3
3-
BASE_IMAGE_VERSION=3.23.3-3
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)