1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Update golang Docker tag to v1.20.1 (#2046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-15 12:24:20 -08:00
committed by GitHub
parent d82f9e4db2
commit 617fc3d387

View File

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