Compare commits
No commits in common. "e979173b166c5c29af7c6540f89ca8c8ced4dd01" and "d5f74675ab612ffd912a9470b64a4638f2c22582" have entirely different histories.
e979173b16
...
d5f74675ab
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22 as builder
|
FROM golang:1.21 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