We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0aee1 commit c59d3aaCopy full SHA for c59d3aa
1 file changed
gotree/dev/Dockerfile
@@ -12,13 +12,13 @@ ENV PATH=/usr/local/go/bin:/gopath/bin/:$PATH
12
ENV GOPATH=/gopath
13
ENV VERSION=dev
14
ENV PREFIXVERSION=""
15
-ENV GOVERSION=1.21.6
+ENV GOVERSION=1.24.11
16
ENV CGO_ENABLED=0
17
18
RUN apt-get update --fix-missing \
19
&& apt-get install -y wget git make xz-utils \
20
&& cd /usr/local \
21
- && wget --no-check-certificate https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \
+ && wget --no-check-certificate https://go.dev/dl/go${GOVERSION}.linux-amd64.tar.gz \
22
&& tar -C /usr/local -xzf go${GOVERSION}.linux-amd64.tar.gz \
23
&& rm -f go${GOVERSION}.linux-amd64.tar.gz \
24
&& mkdir -p /gopath/src/github.com/evolbioinfo/ \
0 commit comments