From b54a20ec0c17bb3759e598805d4c324d2bd2e796 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 25 Jul 2022 09:00:58 +0200 Subject: [PATCH] chore(deps): update dependency docker.io/library/golang to v1.18.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26b3fb4..c22b7d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.18.3-alpine3.16 AS build +FROM docker.io/library/golang:1.18.4-alpine3.16 AS build ARG GONOPROXY ARG GONOSUMDB -- 2.40.1