We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a035b8d commit 2cccb15Copy full SHA for 2cccb15
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# Multi-stage Dockerfile for Echo Server (Golang/Fiber)
2
3
## Stage 1: Build the Go binary
4
-FROM golang:1.25-alpine3.23 AS build
+FROM golang:1.26-alpine3.23 AS build
5
6
# Install build dependencies
7
RUN apk add --no-cache git
0 commit comments