Skip to content

Commit c59d3aa

Browse files
Updated gotree dev
1 parent ac0aee1 commit c59d3aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gotree/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ENV PATH=/usr/local/go/bin:/gopath/bin/:$PATH
1212
ENV GOPATH=/gopath
1313
ENV VERSION=dev
1414
ENV PREFIXVERSION=""
15-
ENV GOVERSION=1.21.6
15+
ENV GOVERSION=1.24.11
1616
ENV CGO_ENABLED=0
1717

1818
RUN apt-get update --fix-missing \
1919
&& apt-get install -y wget git make xz-utils \
2020
&& cd /usr/local \
21-
&& wget --no-check-certificate https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \
21+
&& wget --no-check-certificate https://go.dev/dl/go${GOVERSION}.linux-amd64.tar.gz \
2222
&& tar -C /usr/local -xzf go${GOVERSION}.linux-amd64.tar.gz \
2323
&& rm -f go${GOVERSION}.linux-amd64.tar.gz \
2424
&& mkdir -p /gopath/src/github.com/evolbioinfo/ \

0 commit comments

Comments
 (0)