Bump golang from 1.17.0-alpine3.13 to 1.17.2-alpine3.13

Bumps golang from 1.17.0-alpine3.13 to 1.17.2-alpine3.13.

---
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-10-08 17:06:54 +00:00
committed by GitHub
parent f09931b33a
commit b334dcfcea

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.0-alpine3.13 as builder
FROM golang:1.17.2-alpine3.13 as builder
LABEL maintainer="Łukasz Budnik lukasz.budnik@gmail.com"