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

Merge pull request #1747 from amir20/dependabot/docker/golang-1.18.2-alpine

Bump golang from 1.18.1-alpine to 1.18.2-alpine
This commit is contained in:
kodiakhq[bot]
2022-05-11 09:23:15 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ COPY assets ./assets
# Install dependencies
RUN pnpm install -r --offline --prod --ignore-scripts && pnpm build
FROM golang:1.18.1-alpine AS builder
FROM golang:1.18.2-alpine AS builder
RUN apk add --no-cache git ca-certificates && mkdir /dozzle