We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164c892 commit e2938c8Copy full SHA for e2938c8
ci/builder/Dockerfile
@@ -10,7 +10,7 @@
10
# Build a cross-compiling toolchain that targets the oldest version of Linux
11
# that we support.
12
13
-FROM ubuntu:lunar-20230731 as crosstool
+FROM ubuntu:lunar-20231128 as crosstool
14
ARG ARCH_GCC
15
ARG ARCH_GO
16
@@ -68,7 +68,7 @@ RUN DEFCONFIG=crosstool-$ARCH_GCC.defconfig ct-ng defconfig \
68
# Import the cross-compiling toolchain into a fresh image, omitting the
69
# dependencies that we needed to actually build the toolchain.
70
71
-FROM ubuntu:lunar-20230731
+FROM ubuntu:lunar-20231128
72
73
74
0 commit comments