From a0f8f7088190a654467078b67d54905bad2ec234 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Mon, 21 Jun 2021 15:23:24 -0700 Subject: [PATCH] Update Dockerfile to use golang:1.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bd1f7f3..d2205e13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:experimental ## (1) Build the app binary -FROM golang:1.13 AS build-app +FROM golang:1.16 AS build-app ARG VERSION