We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60e1ba commit 79e1b09Copy full SHA for 79e1b09
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /src
6
USER nobody:nobody
7
RUN cargo build --release
8
9
-FROM alpine:3.15@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
+FROM alpine:3.15@sha256:794bc829ea39d85926be70fedfc9fb17aa4244d82b2fbecb5634b03e5dd97aca
10
11
COPY --from=builder /src/target/release/git-cvs-fast-import /usr/local/bin/git-cvs-fast-import
12
ENTRYPOINT ["/usr/local/bin/git-cvs-fast-import"]
0 commit comments