From a8a06bd245d67e9e26b6b27e5b4edb1948739582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:59:33 +0000 Subject: [PATCH] Bump alpine from 3.19.0 to 3.20.0 in /build Bumps alpine from 3.19.0 to 3.20.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- build/Dockerfile-multiarch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 2282b51e..20de74f8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0 +FROM alpine:3.20.0 RUN apk --no-cache add \ ca-certificates diff --git a/build/Dockerfile-multiarch b/build/Dockerfile-multiarch index a7275130..e49ddc41 100644 --- a/build/Dockerfile-multiarch +++ b/build/Dockerfile-multiarch @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} \ -X main.BuildDate=$(date +%Y-%m-%d-%H:%M)" \ ${MAIN_PKG} -FROM alpine:3.19.0 +FROM alpine:3.20.0 RUN apk --no-cache add \ ca-certificates