Skip to content

Commit 6a338d1

Browse files
Update alpine Docker tag to v3.20
1 parent d60e1ba commit 6a338d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /src
66
USER nobody:nobody
77
RUN cargo build --release
88

9-
FROM alpine:3.15@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
9+
FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
1010

1111
COPY --from=builder /src/target/release/git-cvs-fast-import /usr/local/bin/git-cvs-fast-import
1212
ENTRYPOINT ["/usr/local/bin/git-cvs-fast-import"]

0 commit comments

Comments
 (0)