Skip to content

Commit

Permalink
chore: switched to UBI9 Minimal base Docker image (#609)
Browse files Browse the repository at this point in the history
Switched to UBI9 Minimal base Docker image as it seems a more secure and
better maintained image.

Solves PZ-1553
  • Loading branch information
edgarvonk authored Feb 22, 2024
1 parent 591351a commit 289aadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Create runtime image fase
FROM docker.io/eclipse-temurin:21-jre-alpine as runtime
FROM docker.io/eclipse-temurin:21-ubi9-minimal as runtime

# Import certificates into Java truststore
ADD certificates /certificates
Expand Down

0 comments on commit 289aadb

Please sign in to comment.