1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

chore: updates go 1.23.1

This commit is contained in:
Amir Raminfar
2024-09-06 06:31:57 -07:00
parent cdf6334cef
commit 95fafd12c5
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.0-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.1-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.0
go 1.23.1