Bump golang from 1.17.7 to 1.17.8 (#716)

* Bump golang from 1.17.7 to 1.17.8

Bumps golang from 1.17.7 to 1.17.8.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
dependabot[bot]
2022-03-17 09:54:31 -04:00
committed by GitHub
parent ef50fbbff6
commit 861fd42d29

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.7 AS build-env
FROM golang:1.17 AS build-env
WORKDIR /go/src/github.com/fairwindsops/polaris/
ENV GO111MODULE=on