Compare commits
2
Commits
d5f74675ab
...
e979173b16
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e979173b16 | ||
|
|
11573507a2 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.21 as builder
|
||||
FROM golang:1.22 as builder
|
||||
COPY . /castor
|
||||
RUN cd /castor && CGO_ENABLED=0 go build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user