Bump golang from 1.18.4-alpine to 1.18.5-alpine

Bumps golang from 1.18.4-alpine to 1.18.5-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-08-02 09:15:41 +00:00
committed by GitHub
parent 17c18c156e
commit d6fab75f8f

View File

@@ -19,7 +19,7 @@ COPY assets ./assets
# Install dependencies
RUN pnpm install -r --offline --prod --ignore-scripts && pnpm build
FROM --platform=$BUILDPLATFORM golang:1.18.4-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.18.5-alpine AS builder
RUN apk add --no-cache ca-certificates && mkdir /dozzle