Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1baf977

Browse files
chore(deps): update alpine docker tag to v3.20 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67cf764 commit 1baf977

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
@@ -13,7 +13,7 @@ ENV RUSTFLAGS="-C target-feature=-crt-static"
1313
RUN sed -i -e "s/^version = .*/version = \"${BUILD_VERSION}\"/" Cargo.toml
1414
RUN cargo install --path .
1515

16-
FROM alpine:3.19
16+
FROM alpine:3.20
1717

1818
ARG BUILD_VERSION
1919
ARG COMMIT_SHA

0 commit comments

Comments
 (0)