Skip to content

Commit 71d818e

Browse files
Update alpine Docker tag to v3.23
1 parent d60e1ba commit 71d818e

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
@@ -6,7 +6,7 @@ WORKDIR /src
66
USER nobody:nobody
77
RUN cargo build --release
88

9-
FROM alpine:3.15@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
9+
FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
1010

1111
COPY --from=builder /src/target/release/git-cvs-fast-import /usr/local/bin/git-cvs-fast-import
1212
ENTRYPOINT ["/usr/local/bin/git-cvs-fast-import"]

0 commit comments

Comments
 (0)