Bump golang from 1.15.8-alpine3.12 to 1.16.5-alpine3.12

Bumps golang from 1.15.8-alpine3.12 to 1.16.5-alpine3.12.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-08 22:09:46 +00:00 committed by GitHub
parent 03ee3a58fe
commit da222fcee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:1.15.8-alpine3.12 AS binary
FROM golang:1.16.5-alpine3.12 AS binary
RUN apk -U add openssl git
ARG DOCKERIZE_VERSION=v0.6.1