Skip to content

Commit

Permalink
Update amazoncorretto Docker tag to v17.0.13-alpine (#1444)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent dbd8c6b commit 9c1a231
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 amazoncorretto:17.0.12-alpine
FROM amazoncorretto:17.0.13-alpine

# Uppdate dependencies and clear the dependency cache.
RUN apk update && apk -U upgrade && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 9c1a231

Please sign in to comment.