Merge pull request #1897 from amir20/dependabot/docker/golang-1.19.2-alpine

Bump golang from 1.19.1-alpine to 1.19.2-alpine
This commit is contained in:
kodiakhq[bot]
2022-10-05 09:20:23 +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.1-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.19.2-alpine AS builder
RUN apk add --no-cache ca-certificates && mkdir /dozzle