Mhamdans17 commited on
Commit ·
12c85ed
1
Parent(s): ccb1860
fix: use latest golang:alpine to support Go 1.26.3
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Stage 1: Build the Go binary
|
| 2 |
-
FROM golang:
|
| 3 |
|
| 4 |
# Install build dependencies
|
| 5 |
RUN apk add --no-cache git
|
|
|
|
| 1 |
# Stage 1: Build the Go binary
|
| 2 |
+
FROM golang:alpine AS builder
|
| 3 |
|
| 4 |
# Install build dependencies
|
| 5 |
RUN apk add --no-cache git
|