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