From a1f6d78aa8a14bfabccbf6bd46ac67a207b9547b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:04:55 +0200 Subject: [PATCH] chore(deps): bump alpine from 3.19 to 3.20 in /linux (#132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel de la Peña --- linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index 75b406b..0651f12 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ # ----------------- # Distributed Image # ----------------- -FROM alpine:3.19 +FROM alpine:3.20 RUN apk --no-cache add ca-certificates