Skip to content

Commit

Permalink
Upgrade Docker JRE to 17
Browse files Browse the repository at this point in the history
Fixes #568.
  • Loading branch information
gaul committed Jan 18, 2024
1 parent 671a8f5 commit 10469f4
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 eclipse-temurin:11-jre
FROM eclipse-temurin:17-jre
LABEL maintainer="Andrew Gaul <[email protected]>"

WORKDIR /opt/s3proxy
Expand Down

0 comments on commit 10469f4

Please sign in to comment.