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 e60ecbcCopy full SHA for e60ecbc
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.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
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