From 191cd48f6c4db7bcc66b7a38e819137090449d86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 18:48:58 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4088ee0..60d4465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cd /src \ && sed -i -e "s/openssl.*=.*//" Cargo.toml \ && RUSTFLAGS="-C target-feature=-crt-static" cargo build --release -FROM alpine:3.19 as tool +FROM alpine:3.20 as tool RUN apk update && \ apk add \