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

This commit is contained in:
Renovate 2024-08-14 01:10:27 +00:00
parent f495c17d6b
commit a376318f58

View File

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