Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Build a cross-compiling toolchain that targets the oldest version of Linux
# that we support.

FROM ubuntu:jammy-20221130 AS crosstool
FROM ubuntu:jammy-20230605 AS crosstool
ARG ARCH_GCC
ARG ARCH_GO

Expand Down Expand Up @@ -68,7 +68,7 @@ RUN DEFCONFIG=crosstool-$ARCH_GCC.defconfig ct-ng defconfig \
# Import the cross-compiling toolchain into a fresh image, omitting the
# dependencies that we needed to actually build the toolchain.

FROM ubuntu:jammy-20221130
FROM ubuntu:jammy-20230605
ARG ARCH_GCC
ARG ARCH_GO

Expand Down