File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
fj-doc-playground-quarkus Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- fj-bom set to 1.6.5
18
18
- [ playground-quarkus] kotlin source set to fj-doc-ext-kotlin 0.3.2
19
19
- [ playground-quarkus] quarkus-version set to 3.11.0
20
+ - [ playground-quarkus] base image is no eclipse-temurin:21.0.3_9-jre-alpine
20
21
21
22
## [ 8.4.6] - 2024-04-21
22
23
Original file line number Diff line number Diff line change 11
11
# docker image tag [image tag] fugeritorg/fj-doc-playground-quarkus:latest
12
12
#
13
13
# 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
15
15
16
16
LABEL org.opencontainers.image.authors="Fugerit" \
17
17
org.opencontainers.image.source="Quarkus" \
You can’t perform that action at this time.
0 commit comments