upgrade docker image for go 1.20

This commit is contained in:
c9s 2023-12-08 15:45:11 +08:00
parent d4a201b987
commit c90e5d1907
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -18,7 +18,7 @@ RUN go get github.com/mattn/go-sqlite3
RUN go build -o $GOPATH_ORIG/bin/bbgo ./cmd/bbgo RUN go build -o $GOPATH_ORIG/bin/bbgo ./cmd/bbgo
# Second stage container # Second stage container
FROM alpine:3.17 FROM alpine:3.18
# Create the default user 'bbgo' and assign to env 'USER' # Create the default user 'bbgo' and assign to env 'USER'
ENV USER=bbgo ENV USER=bbgo