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

This commit is contained in:
Renovate 2025-01-17 02:08:57 +00:00
parent 8c13c046d7
commit a1326ad3ca

View File

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