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 6a338d1Copy full SHA for 6a338d1
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:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
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