1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

Merge pull request #1535 from amir20/dependabot/docker/golang-1.17.2-alpine

Bump golang from 1.17.1-alpine to 1.17.2-alpine
This commit is contained in:
kodiakhq[bot]
2021-10-08 09:14:04 +00:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ COPY assets ./assets
# Do the build
RUN yarn build
FROM golang:1.17.1-alpine AS builder
FROM golang:1.17.2-alpine AS builder
RUN apk add --no-cache git ca-certificates
RUN mkdir /dozzle