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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-02 07:16:24 +00:00
committed by GitHub
parent 5ae5b1bb50
commit d85527ede2

View File

@@ -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