From b2737eaae1542c5d71d38e177a27ca3c170d3995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 07:07:03 +0000 Subject: [PATCH] build(deps): bump golang from 1.16.1-alpine to 1.16.2-alpine Bumps golang from 1.16.1-alpine to 1.16.2-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b16430a..15d005f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 -FROM golang:1.16.1-alpine AS build +FROM golang:1.16.2-alpine AS build WORKDIR /src RUN apk add --no-cache file RUN --mount=target=. --mount=target=/root/.cache,type=cache \