Skip to content

Commit

Permalink
base image changed to 21.0.2_13-jre-ubi9-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 10, 2024
1 parent 8b09ae8 commit 0798250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- [playground-quarkus] quarkus-version set to 3.7.2
- [playground-quarkus] base image changed to 21.0.2_13-jre-ubi9-minimal

## [3.4.0] - 2024-02-04

Expand Down
2 changes: 1 addition & 1 deletion fj-doc-playground-quarkus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# docker image tag [image tag] fugeritorg/fj-doc-playground-quarkus:latest
#
# Change with any base openjdk image is preferred
FROM eclipse-temurin:21.0.2_13-jre-alpine
FROM eclipse-temurin:21.0.2_13-jre-ubi9-minimal

LABEL org.opencontainers.image.authors="Fugerit" \
org.opencontainers.image.source="Quarkus" \
Expand Down

0 comments on commit 0798250

Please sign in to comment.