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

fix(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2023-08-07 00:19:01 +00:00
parent 44e21cba83
commit 5cc5e517e6
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ COPY public ./public
# Build assets
RUN pnpm build
FROM --platform=$BUILDPLATFORM golang:1.20.6-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.7-alpine AS builder
RUN apk add --no-cache ca-certificates && mkdir /dozzle

View File

@@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.6.12",
"repository": {
"type": "git",
"url": "git+https://github.com/amir20/dozzle.git"