1
0

chore(deps): Bump golang from 1.16.7-alpine to 1.17.4-alpine

Bumps golang from 1.16.7-alpine to 1.17.4-alpine.

---
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-12-08 10:34:07 +00:00 committed by GitHub
parent 13a51f9afe
commit 0d03393a10
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM golang:1.16.7-alpine AS go-builder
FROM golang:1.17.4-alpine AS go-builder
ENV DOCKER_GEN_VERSION=0.8.0