From 0679c35163c9d3e96d6ede8a542c0b0309bf3dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 07:09:58 +0000 Subject: [PATCH] build(deps): bump golang from 1.16.3-alpine to 1.16.4-alpine Bumps golang from 1.16.3-alpine to 1.16.4-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 208abc54..4669b248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 -FROM golang:1.16.3-alpine AS build +FROM golang:1.16.4-alpine AS build WORKDIR /src RUN apk add --no-cache file ENV GOMODCACHE /root/.cache/gocache