⬆️ Update golang Docker tag to v1.23.1
All checks were successful
ci / docker (pull_request) Successful in 16s

This commit is contained in:
Renovate 2024-09-06 01:04:32 +00:00
parent a3245ad19b
commit 31dacac553

View File

@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine AS build-stage
FROM golang:1.23.1-alpine AS build-stage
WORKDIR /app