1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 02:27:25 +01:00

Merge pull request #1620 from amir20/dependabot/docker/golang-1.17.5-alpine

Bump golang from 1.17.4-alpine to 1.17.5-alpine
This commit is contained in:
kodiakhq[bot]
2021-12-10 09:13:22 +00:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ RUN pnpm install -r --offline --prod
# Do the build
RUN pnpm build
FROM golang:1.17.4-alpine AS builder
FROM golang:1.17.5-alpine AS builder
RUN apk add --no-cache git ca-certificates && mkdir /dozzle