1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

Merge pull request #1651 from amir20/dependabot/docker/golang-1.17.7-alpine

Bump golang from 1.17.6-alpine to 1.17.7-alpine
This commit is contained in:
kodiakhq[bot]
2022-02-11 10:08:08 +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.6-alpine AS builder
FROM golang:1.17.7-alpine AS builder
RUN apk add --no-cache git ca-certificates && mkdir /dozzle