Bump golang from 1.17.6-alpine to 1.17.7-alpine

Bumps golang from 1.17.6-alpine to 1.17.7-alpine.

---
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]
2022-02-11 10:03:06 +00:00
committed by GitHub
parent a5f145bb97
commit 0954b7fbd6

View File

@@ -21,7 +21,7 @@ RUN pnpm install -r --offline --prod
# Do the build
RUN pnpm build
FROM golang:1.17.6-alpine AS builder
FROM golang:1.17.7-alpine AS builder
RUN apk add --no-cache git ca-certificates && mkdir /dozzle