From b59eef092b29367fbea7ea6b2626319f1362fdff Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 6 Dec 2022 22:11:21 +0100 Subject: [PATCH] chore(deps): update dependency docker.io/library/golang to v1.19.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30aa992..f08214c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.19.3-alpine3.16 AS build +FROM docker.io/library/golang:1.19.4-alpine3.16 AS build ARG GONOPROXY ARG GONOSUMDB