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 f4c1054Copy full SHA for f4c1054
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:5f48f60d043e6df88720dea5f954dcf507912368cd84bd08703325fdf269724e
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