chore(deps): update golang docker tag to v1.23

This commit is contained in:
renovate[bot] 2024-10-23 17:55:20 +00:00 committed by GitHub
parent 00fc1a0634
commit 6aec10b3e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 as golang
FROM golang:1.23-alpine3.19 as golang
RUN apk add --no-cache -U \
curl git