Update golang Docker tag to v1.25

This commit is contained in:
2025-09-20 17:00:25 +00:00
parent a81ab7c863
commit 5fef49b3b7

View File

@@ -1,5 +1,5 @@
# DEB # DEB
FROM golang:1.22 AS deps FROM golang:1.25 AS deps
WORKDIR /app WORKDIR /app