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

This commit is contained in:
Renovate 2024-12-04 02:05:10 +00:00
parent 9d05bb4ba3
commit 55dd254b37

View File

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