Skip to content

Commit

Permalink
Merge pull request #78 from JakeWharton/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.20.3
  • Loading branch information
JakeWharton authored Sep 26, 2024
2 parents a61176c + 4a5d596 commit 92897a2
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
Expand Up @@ -58,7 +58,7 @@ RUN jlink \
--add-modules $(cat jdeps.txt) \
;

FROM alpine:3.19.1
FROM alpine:3.20.3
EXPOSE 9931
HEALTHCHECK --interval=1m --timeout=3s \
CMD wget --no-verbose --tries=1 --spider http://localhost:9931/ || exit 1
Expand Down

0 comments on commit 92897a2

Please sign in to comment.