Compare commits

..

No commits in common. "e979173b166c5c29af7c6540f89ca8c8ced4dd01" and "d5f74675ab612ffd912a9470b64a4638f2c22582" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM golang:1.22 as builder
FROM golang:1.21 as builder
COPY . /castor
RUN cd /castor && CGO_ENABLED=0 go build