Skip to content

Commit 79e1b09

Browse files
Update alpine:3.15 Docker digest to 794bc82
1 parent d60e1ba commit 79e1b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.15@sha256:794bc829ea39d85926be70fedfc9fb17aa4244d82b2fbecb5634b03e5dd97aca
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)