Skip to content

Commit e4e1b4f

Browse files
dependabot[bot]jkjell
authored andcommitted
chore: bump alpine from 3.23.2 to 3.23.3
Bumps alpine from 3.23.2 to 3.23.3. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent def0c61 commit e4e1b4f

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.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
24+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
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)