From 7227817914facb0d01bb9545fc7758ecff667146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:31:59 +0200 Subject: [PATCH] Update alpine Docker tag to v3.20 (#239) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.19` -> `3.20` | --- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index c383167..95d2d3b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -28,7 +28,7 @@ RUN make build-binary generate-notice.txt # # package binaries in a lighter final image # -FROM alpine:3.19 +FROM alpine:3.20 ARG IMAGE_TAG ENV IMAGE_TAG=$IMAGE_TAG