Skip to content

Commit f101343

Browse files
chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc...
... kerfile Made with ❤️️ by updatecli
1 parent e5053db commit f101343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
ARG JAVA_VERSION=17.0.15_6
24-
ARG ALPINE_TAG=3.22.0
24+
ARG ALPINE_TAG=3.22.1
2525
FROM alpine:"${ALPINE_TAG}" AS jre-build
2626

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

0 commit comments

Comments
 (0)