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

chore(deps): update all non-major dependencies to v1.23.3 (#3375)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-07 16:14:14 +00:00
committed by GitHub
parent 596861412d
commit 16d0dc6671
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.23.2-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine AS builder
# install gRPC dependencies
RUN apk add --no-cache ca-certificates protoc protobuf-dev\

2
go.mod
View File

@@ -77,4 +77,4 @@ require (
gotest.tools/v3 v3.0.3 // indirect
)
go 1.23.2
go 1.23.3