File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM calico/bpftool:v5.3-amd64 as bpftool
2
2
3
- FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/ golang:1.18.9b7
3
+ FROM golang:1.20.2-buster
4
4
MAINTAINER Shaun Crampton <
[email protected] >
5
5
6
- ARG GO_VERSION=1.20.2
7
6
ARG QEMU_VERSION=4.2.0-6
8
7
9
8
# we need these two distinct lists. The first one is the names used by the qemu distributions
@@ -46,9 +45,6 @@ RUN echo 'APT::Default-Release "buster";' > /etc/apt/apt.conf.d/99defaultrelease
46
45
47
46
RUN rm /etc/apt/sources.list.d/buster-backports.list
48
47
49
- RUN wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz
50
- RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
51
- RUN rm go${GO_VERSION}.linux-amd64.tar.gz
52
48
RUN wget https://apt.llvm.org/llvm.sh
53
49
RUN bash ./llvm.sh 12
54
50
RUN apt install clang-12
You can’t perform that action at this time.
0 commit comments