Bump golang from 1.16.3-alpine to 1.16.5-alpine

Bumps golang from 1.16.3-alpine to 1.16.5-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] 2021-06-04 06:04:59 +00:00 committed by Buckaroo Banzai
parent b9d698c14d
commit f39efc23a0

View File

@ -1,4 +1,4 @@
FROM golang:1.16.3-alpine as builder
FROM golang:1.16.5-alpine as builder
RUN apk --no-cache add ca-certificates gcc libc-dev nodejs npm git make