From ecbe805c1dabb88a1ff9cf5074cac5bbf43bbff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:01:40 +0000 Subject: Build(deps): Bump golang from 1.19-alpine to 1.20-alpine Bumps golang from 1.19-alpine to 1.20-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 948dd888..71403790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.3.1-labs -FROM --platform=linux/amd64 golang:1.19-alpine AS build +FROM --platform=linux/amd64 golang:1.20-alpine AS build ARG TARGETOS ARG TARGETARCH -- cgit v1.2.3