Skip to content

Commit

Permalink
change base image to eclipse-temurin
Browse files Browse the repository at this point in the history
the openjdk images are deprecated, and have critical
vulnerabilities
  • Loading branch information
larshagencognite authored and gaul committed Oct 12, 2023
1 parent 916af55 commit 521bc14
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,4 +1,4 @@
FROM openjdk:11-jre-slim
FROM eclipse-temurin:11-jre
LABEL maintainer="Andrew Gaul <[email protected]>"

WORKDIR /opt/s3proxy
Expand Down

0 comments on commit 521bc14

Please sign in to comment.