1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 07:13:41 +01:00

Bump golang from 1.18rc1-alpine to 1.18.0-alpine

Bumps golang from 1.18rc1-alpine to 1.18.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-16 09:16:20 +00:00
committed by GitHub
parent f5ed2d1619
commit 552b6727da

View File

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