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