fix: golang version in Dockerfile

This commit is contained in:
zenix 2022-05-16 22:53:50 +09:00
parent 356ec71570
commit dd06180892

View File

@ -1,5 +1,5 @@
# First stage container # First stage container
FROM golang:1.17.6-alpine3.15 AS builder FROM golang:1.18.2-alpine3.15 AS builder
RUN apk add --no-cache git ca-certificates gcc libc-dev pkgconfig RUN apk add --no-cache git ca-certificates gcc 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