Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a4d7d5205 | ||
|
|
4d67b0e06b |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25 as builder
|
||||
FROM golang:1.26 as builder
|
||||
COPY . /castor
|
||||
RUN cd /castor && CGO_ENABLED=0 go build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user