From 863f0b3f0fc9f8823aa2b6b0d9dea485d48aec94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 06:40:21 +1000 Subject: [PATCH] Bump golang from 1.16.3 to 1.16.4 (#54) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b162e1f..4351bf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG GOOS=linux ARG GOARCH=amd64 # Build the purge binary -FROM golang:1.16.3 as builder +FROM golang:1.16.4 as builder WORKDIR /workspace # Copy the Go Modules manifests