Bump golang from 1.19.2-alpine to 1.19.3-alpine

Bumps golang from 1.19.2-alpine to 1.19.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>
This commit is contained in:
dependabot[bot]
2022-11-02 09:26:23 +00:00
committed by GitHub
parent 26f3ab65a7
commit 60ec928a8e

View File

@@ -22,7 +22,7 @@ COPY locales ./locales
# Build assets # Build assets
RUN pnpm build RUN pnpm build
FROM --platform=$BUILDPLATFORM golang:1.19.2-alpine AS builder FROM --platform=$BUILDPLATFORM golang:1.19.3-alpine AS builder
RUN apk add --no-cache ca-certificates && mkdir /dozzle RUN apk add --no-cache ca-certificates && mkdir /dozzle