Compare commits
2 Commits
d5f74675ab
...
e979173b16
Author | SHA1 | Date | |
---|---|---|---|
e979173b16 | |||
11573507a2 |
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.21 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