Compare commits
2 Commits
e979173b16
...
4fe2b28460
Author | SHA1 | Date | |
---|---|---|---|
4fe2b28460 | |||
30368e81b2 |
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22 as builder
|
FROM golang:1.23 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