From 2e7d20d9615f4464547d1239ffa0709d6a6010fb Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Mon, 19 Jul 2021 11:37:58 +0100 Subject: [PATCH] Update to Go 1.16.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69f23b2..9f34fda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.5-alpine +FROM golang:1.16.6-alpine # Turn off cgo for a more static binary. # Specify cache directory so that we can run as nobody to build the binary.