1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

Merge pull request #1935 from amir20/dependabot/docker/golang-1.19.3-alpine

Bump golang from 1.19.2-alpine to 1.19.3-alpine
This commit is contained in:
kodiakhq[bot]
2022-11-02 09:29:57 +00:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ COPY locales ./locales
# Build assets
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