From 33ac0560446cbd3a64e578dcf3c2646d834c9b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 07:16:26 +0000 Subject: [PATCH] Bump golang from 1.16.3-buster to 1.16.4-buster Bumps golang from 1.16.3-buster to 1.16.4-buster. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 638e5684..c8d7b797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # A sample Dockerfile taken from the main Cloud Run # documentation -FROM golang:1.16.3-buster as builder +FROM golang:1.16.4-buster as builder # Create and change to the app directory. WORKDIR /app