We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6b49f commit 14ad77dCopy full SHA for 14ad77d
Dockerfile
@@ -1,7 +1,7 @@
1
# ───────────────────────────────────────────────────────────
2
# 🌟 STAGE 1: BUILD GO APPLICATION
3
4
-FROM golang:1.24 AS builder
+FROM golang:1.25 AS builder
5
6
# Accept build arguments
7
ARG SERVER_PORT
0 commit comments