Compare commits
2
Commits
9cd6a60bf0
...
de68bb930e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de68bb930e | ||
|
|
5fdb21326e |
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23 as builder
|
FROM golang:1.24 as builder
|
||||||
COPY . /castor
|
COPY . /castor
|
||||||
RUN cd /castor && CGO_ENABLED=0 go build
|
RUN cd /castor && CGO_ENABLED=0 go build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user