Skip to content

Commit 1d3a3fa

Browse files
committed
base image is no eclipse-temurin:21.0.3_9-jre-alpine
1 parent d301311 commit 1d3a3fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- fj-bom set to 1.6.5
1818
- [playground-quarkus] kotlin source set to fj-doc-ext-kotlin 0.3.2
1919
- [playground-quarkus] quarkus-version set to 3.11.0
20+
- [playground-quarkus] base image is no eclipse-temurin:21.0.3_9-jre-alpine
2021

2122
## [8.4.6] - 2024-04-21
2223

fj-doc-playground-quarkus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# docker image tag [image tag] fugeritorg/fj-doc-playground-quarkus:latest
1212
#
1313
# Change with any base openjdk image is preferred
14-
FROM eclipse-temurin:21.0.2_13-jre-alpine
14+
FROM eclipse-temurin:21.0.3_9-jre-alpine
1515

1616
LABEL org.opencontainers.image.authors="Fugerit" \
1717
org.opencontainers.image.source="Quarkus" \

0 commit comments

Comments
 (0)