From a1bef020cdee52cfceca26374b63c5c2080aa5cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 03:22:32 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.17 (#69) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3dbf307..f00d44e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" RUN sed -i -e "s/^version = .*/version = \"${BUILD_VERSION}\"/" Cargo.toml RUN cargo install --path . -FROM alpine:3.16 +FROM alpine:3.17 ARG BUILD_VERSION ARG COMMIT_SHA