1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-17 01:42:37 +02:00

feat(deps): bump golang from 1.17.2-alpine to 1.17.3-alpine (#2632)

Bumps golang from 1.17.2-alpine to 1.17.3-alpine.

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-05 10:47:42 -03:00
committed by GitHub
parent f049015685
commit a94e28b77c

View File

@ -1,4 +1,4 @@
FROM golang:1.17.2-alpine
FROM golang:1.17.3-alpine
RUN apk add --no-cache bash \
curl \