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

Bump golang from 1.18.1-alpine to 1.18.2-alpine

Bumps golang from 1.18.1-alpine to 1.18.2-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]
2022-05-11 09:17:28 +00:00
committed by GitHub
parent d176be7654
commit 5877ca9a0a

View File

@@ -19,7 +19,7 @@ COPY assets ./assets
# Install dependencies
RUN pnpm install -r --offline --prod --ignore-scripts && pnpm build
FROM golang:1.18.1-alpine AS builder
FROM golang:1.18.2-alpine AS builder
RUN apk add --no-cache git ca-certificates && mkdir /dozzle