Compare commits

...

2 Commits

Author SHA1 Message Date
ffc57b56c1 Merge pull request 'Update golang Docker tag to v1.21' (#4) from renovate/golang-1.x into master
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #4
2023-08-10 17:52:45 +00:00
da9f54e2af Update golang Docker tag to v1.21
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-08 22:01:24 +00:00

View File

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