From f22b0310060e3782d5399131cf9294c74f12be63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:44:55 +0000 Subject: [PATCH] Bump alpine from 3.15.4 to 3.19.0 in /build Bumps alpine from 3.15.4 to 3.19.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 d9e48eab..2282b51e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.2 +FROM alpine:3.19.0 RUN apk --no-cache add \ ca-certificates diff --git a/build/Dockerfile-multiarch b/build/Dockerfile-multiarch index c0287b40..f2024ec1 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.15.4 +FROM alpine:3.19.0 RUN apk --no-cache add \ ca-certificates