Skip to content

Commit

Permalink
chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc...
Browse files Browse the repository at this point in the history
... kerfile

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent f2d887b commit 3b69039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.

ARG JAVA_VERSION=17.0.11_9
ARG ALPINE_TAG=3.20.1
ARG ALPINE_TAG=3.20.2
FROM alpine:"${ALPINE_TAG}" AS jre-build

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down

0 comments on commit 3b69039

Please sign in to comment.