From bbd15d6807948bf6b36561fe191849e59973492a Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 18 May 2023 13:50:51 +0200 Subject: [PATCH] chore(deps): update dependency docker.io/library/golang to v1.20.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68e42cb..89786b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.20.3-alpine3.16 AS build +FROM docker.io/library/golang:1.20.4-alpine3.16 AS build ARG GONOPROXY ARG GONOSUMDB