From 8946529478bb9ca417df438604b322c5bee2ed29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:50:55 +0000 Subject: deps(docker): Bump golang from 1.22-alpine to 1.23-alpine (#2212) Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0cbc4805..3b64bfcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.8-labs -FROM --platform=linux/amd64 golang:1.22-alpine AS build +FROM --platform=linux/amd64 golang:1.23-alpine AS build ARG TARGETOS ARG TARGETARCH -- cgit v1.2.3