From 8f27bedbd72780a1850a61e00519b2d05cd56536 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:57:54 +0000 Subject: [PATCH] chore(deps): alpine linux v3.20.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ece6154..0a38521 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM alpine:3.19.1 +FROM alpine:3.20.2 ARG BUILD_DATE ARG BUILD_REF ARG BUILD_VERSION -ARG APK_VERSION="10.11.6-r0" +ARG APK_VERSION="10.11.8-r0" # https://github.com/opencontainers/image-spec/blob/master/annotations.md LABEL \