Skip to content

Commit

Permalink
changed docker base image to 21.0.1_12-jre-ubi9-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 2, 2023
1 parent eb9a2cc commit fe8fece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.9] - 2023-10-31
### Changed

- [playground-quarkus] changed docker base image to 21.0.1_12-jre-ubi9-minimal
- [playground-quarkus] added no cache headers

## [3.1.9] - 2023-10-31

### Added

- init handler with exception suppression
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.1_12-jdk
FROM eclipse-temurin:21.0.1_12-jre-ubi9-minimal

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

0 comments on commit fe8fece

Please sign in to comment.