mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-23 00:57:29 -06:00
bumping docker go version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.17.1-buster
|
||||
FROM golang:1.18-buster
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ RUN apt update -y && \
|
||||
|
||||
# install go
|
||||
WORKDIR /root
|
||||
ENV GO_VERSION=1.17.1
|
||||
ENV GO_VERSION=1.18
|
||||
ENV GOPATH=$HOME/go
|
||||
ENV PATH=$PATH:$GOPATH/bin
|
||||
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
|
||||
|
||||
Reference in New Issue
Block a user