Bump golang from 1.17.0-buster to 1.17.1-buster

Bumps golang from 1.17.0-buster to 1.17.1-buster.

---
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-09-13 07:08:20 +00:00
committed by GitHub
parent 07b2be93ab
commit 85b3855a3b

View File

@@ -1,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.17.0-buster as go
FROM golang:1.17.1-buster as go
WORKDIR /root
COPY ./ ./