File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ ADD ./ /opt/src/github.com/google/inverting-proxy
2626WORKDIR /opt/src/github.com/google/inverting-proxy
2727
2828
29- RUN curl -o /opt/go1.21.11 .linux-amd64.tar.gz \
30- https://storage.googleapis.com/golang/go1.21.11 .linux-amd64.tar.gz && \
31- tar -C /usr/local -xzf /opt/go1.21.11 .linux-amd64.tar.gz && \
29+ RUN curl -o /opt/go1.24.5 .linux-amd64.tar.gz \
30+ https://storage.googleapis.com/golang/go1.24.5 .linux-amd64.tar.gz && \
31+ tar -C /usr/local -xzf /opt/go1.24.5 .linux-amd64.tar.gz && \
3232 export PATH=${PATH}:/usr/local/go/bin/:/opt/bin/ && \
3333 export GOPATH=/opt/ && \
3434 echo "Building Proxy Agent" && \
3535 go build -o ${GOPATH}/bin/proxy-forwarding-agent /opt/src/github.com/google/inverting-proxy/agent/agent.go && \
3636 echo "Clean up go files and preserve License" && \
37- rm -rf /opt/go1.21.11 .linux-amd64.tar.gz && \
37+ rm -rf /opt/go1.24.5 .linux-amd64.tar.gz && \
3838 find /usr/local/go/ -mindepth 1 ! -name 'LICENSE' -exec rm -rf {} + || true
3939
4040ENV DEBUG "false"
You can’t perform that action at this time.
0 commit comments