Bump golang from 1.19.2-alpine to 1.19.3-alpine
Bumps golang from 1.19.2-alpine to 1.19.3-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:
@@ -22,7 +22,7 @@ COPY locales ./locales
|
|||||||
# Build assets
|
# Build assets
|
||||||
RUN pnpm build
|
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
|
RUN apk add --no-cache ca-certificates && mkdir /dozzle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user