Skip to content

Commit 71d51d4

Browse files
chore: bump alpine from 3.23.0 to 3.23.2 (#690)
Bumps alpine from 3.23.0 to 3.23.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 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 a507ff4 commit 71d51d4

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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
24+
FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
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)