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

Commit adec021

Browse files
chore(deps): update dependency alpine to v3.16 (#27)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent bf3ec51 commit adec021

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.15
16+
FROM alpine:3.16
1717

1818
ARG BUILD_VERSION
1919
ARG COMMIT_SHA

0 commit comments

Comments
 (0)