1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

Update golang Docker tag to v1.19.5 (#2009)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-11 10:03:11 -08:00
committed by GitHub
parent 4118204948
commit 9fc01567a2

View File

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