Skip to content

Commit

Permalink
upgrade docker image for go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 8, 2023
1 parent d4a201b commit c90e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN go get github.com/mattn/go-sqlite3
RUN go build -o $GOPATH_ORIG/bin/bbgo ./cmd/bbgo

# Second stage container
FROM alpine:3.17
FROM alpine:3.18

# Create the default user 'bbgo' and assign to env 'USER'
ENV USER=bbgo
Expand Down

0 comments on commit c90e5d1

Please sign in to comment.