From 66bbb620f17c5aef76d002e2db3e9de67cc13301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:36:04 +0000 Subject: [PATCH] Bump golang from 1.23.3-alpine to 1.23.5-alpine Bumps golang from 1.23.3-alpine to 1.23.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf8094fe..92396a4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine AS certs RUN apk --update add ca-certificates -FROM golang:1.23.3-alpine AS base +FROM golang:1.23.5-alpine AS base # To fix go get and build with cgo RUN apk add --no-cache --virtual .build-deps \