1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

Bump golang from 1.16.6-alpine to 1.16.7-alpine

Bumps golang from 1.16.6-alpine to 1.16.7-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:
dependabot[bot]
2021-08-06 09:08:30 +00:00
committed by GitHub
parent c1f52271dc
commit 37c07dd209

View File

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