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

Bumps golang from 1.17.2-alpine3.13 to 1.17.3-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-11-05 17:09:55 +00:00
committed by GitHub
parent 46ce22d8ec
commit 669c88abce

View File

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