Skip to content

Commit b838888

Browse files
chore: bump alpine from 3.23.4 to 3.24.1 (#792)
Bumps alpine from 3.23.4 to 3.24.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c22541 commit b838888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN --mount=target=. --mount=target=/root/.cache,type=cache \
2121
CGO_ENABLED=0 go build -o /out/ -ldflags '-s -d -w' ./cmd/...; \
2222
file /out/archivista | grep "statically linked"
2323

24-
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
24+
FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
2525
COPY --from=build /out/archivista /bin/archivista
2626
COPY --from=build /out/archivistactl /bin/archivistactl
2727
COPY --from=build /usr/local/bin/atlas /bin/atlas

0 commit comments

Comments
 (0)