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

This commit is contained in:
Renovate 2024-10-02 01:04:53 +00:00
parent 06e5f2641b
commit 8db6e95497

View File

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