1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 19:17:37 +01:00

Bump golang from 1.19.0-alpine to 1.19.1-alpine

Bumps golang from 1.19.0-alpine to 1.19.1-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-09-07 09:12:20 +00:00
committed by GitHub
parent ad6793f614
commit b221242db3

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.19.0-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.19.1-alpine AS builder
RUN apk add --no-cache ca-certificates && mkdir /dozzle