build(deps): bump golang from 1.16.13-alpine to 1.16.14-alpine

Bumps golang from 1.16.13-alpine to 1.16.14-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-11 19:07:05 +00:00
committed by GitHub
parent b52684ff85
commit f95fa199ab

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2 # syntax = docker/dockerfile:1.2
FROM golang:1.16.13-alpine AS build FROM golang:1.16.14-alpine AS build
WORKDIR /src WORKDIR /src
RUN apk add --no-cache file RUN apk add --no-cache file
ENV GOMODCACHE /root/.cache/gocache ENV GOMODCACHE /root/.cache/gocache