From 9d273afe23973757928b756a9c88a2ef73145663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:53:55 +0000 Subject: [PATCH] Bump golang from 1.22-alpine3.19 to 1.23-alpine3.19 Bumps golang from 1.22-alpine3.19 to 1.23-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56dc34c..cf08d62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine3.19 as builder +FROM golang:1.23-alpine3.19 as builder # Ca-certificates are required to call HTTPS endpoints. RUN apk update && apk add --no-cache ca-certificates tzdata alpine-sdk bash && update-ca-certificates