We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60e1ba commit 73cbf9aCopy full SHA for 73cbf9a
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.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
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