Skip to content

Commit 15dea28

Browse files
docker: bump alpine from 3.19.0 to 3.19.1 (#447)
Bumps alpine from 3.19.0 to 3.19.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d49900 commit 15dea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk update \
1616

1717

1818
#FROM scratch
19-
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
19+
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
2020

2121
LABEL org.opencontainers.image.authors="Jauder Ho <jauderho@users.noreply.github.com>"
2222
LABEL org.opencontainers.image.url="https://github.com/jauderho/bl3auto"

0 commit comments

Comments
 (0)