mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
upgrade go requirement to 1.20
This commit is contained in:
parent
c74ba4f406
commit
d4a201b987
|
@ -1,5 +1,5 @@
|
||||||
# First stage container
|
# First stage container
|
||||||
FROM golang:1.18.10-alpine3.17 AS builder
|
FROM golang:1.20-alpine3.18 AS builder
|
||||||
RUN apk add --no-cache git ca-certificates gcc musl-dev libc-dev pkgconfig
|
RUN apk add --no-cache git ca-certificates gcc musl-dev libc-dev pkgconfig
|
||||||
# gcc is for github.com/mattn/go-sqlite3
|
# gcc is for github.com/mattn/go-sqlite3
|
||||||
# ADD . $GOPATH/src/github.com/c9s/bbgo
|
# ADD . $GOPATH/src/github.com/c9s/bbgo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user