add build script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.15 as builder
|
||||
FROM golang:1.18 as builder
|
||||
COPY . /castor
|
||||
RUN cd /castor && CGO_ENABLED=0 go build
|
||||
|
||||
|
Reference in New Issue
Block a user