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 66132dc commit e7121daCopy full SHA for e7121da
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