File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
fj-doc-playground-quarkus Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 3.1.9 ] - 2023-10-31
10+ ### Changed
1111
12+ - [ playground-quarkus] changed docker base image to 21.0.1_12-jre-ubi9-minimal
1213- [ playground-quarkus] added no cache headers
1314
15+ ## [ 3.1.9] - 2023-10-31
16+
1417### Added
1518
1619- init handler with exception suppression
Original file line number Diff line number Diff line change 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.1_12-jdk
14+ FROM eclipse-temurin:21.0.1_12-jre-ubi9-minimal
1515
1616LABEL org.opencontainers.image.authors="Fugerit" \
1717 org.opencontainers.image.source="Quarkus" \
You can’t perform that action at this time.
0 commit comments