Skip to content

Commit e11ca8f

Browse files
authored
Merge pull request #100 from cloudogu/base3.23.3-4/java8
Base3.23.3 4/java8
2 parents cc60d11 + 0387cf8 commit e11ca8f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ 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-
## [Unreleased]
7+
## [8.452.09-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.
811

912
## [8.452.09-3] - 2026-02-12
1013
### Security

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JAVA_VERSION=8.452.09
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=8.452.09-r0
55
IMAGE_NAME=registry.cloudogu.com/official/java
66
IMAGE_NAME_PRERELEASE=registry.cloudogu.com/prerelease_official/java

0 commit comments

Comments
 (0)