Skip to content

Commit

Permalink
fix eclipse-temurin:21.0.4_7-jre-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 6, 2024
1 parent 1f5c49d commit 179ed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


- [fj-doc-playground-quarkus] quarkus version 3.14.2
- [fj-doc-playground-quarkus] changed base image eclipse-temurin:21.0.4_9-jre-alpine
- [fj-doc-playground-quarkus] changed base image eclipse-temurin:21.0.4_7-jre-alpine
- [fj-doc-val-p7m] Optimized P7MValidator (for previous behaviour use P7MLegacyValidator)

## [8.7.6] - 2024-09-02
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.4_9-jre-alpine
FROM eclipse-temurin:21.0.4_7-jre-alpine

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

0 comments on commit 179ed2e

Please sign in to comment.