Compare commits
No commits in common. "4fe2b28460b2fcdc70115650e1ca453ba57bd8d4" and "e979173b166c5c29af7c6540f89ca8c8ced4dd01" have entirely different histories.
4fe2b28460
...
e979173b16
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23 as builder
|
FROM golang:1.22 as builder
|
||||||
COPY . /castor
|
COPY . /castor
|
||||||
RUN cd /castor && CGO_ENABLED=0 go build
|
RUN cd /castor && CGO_ENABLED=0 go build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user