Skip to content

Commit a7587bb

Browse files
build(deps): bump ubuntu in /ci/builder
Bumps ubuntu from jammy-20221130 to jammy-20230605. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0925ed0 commit a7587bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Build a cross-compiling toolchain that targets the oldest version of Linux
1111
# that we support.
1212

13-
FROM ubuntu:jammy-20221130 AS crosstool
13+
FROM ubuntu:jammy-20230605 AS crosstool
1414
ARG ARCH_GCC
1515
ARG ARCH_GO
1616

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

71-
FROM ubuntu:jammy-20221130
71+
FROM ubuntu:jammy-20230605
7272
ARG ARCH_GCC
7373
ARG ARCH_GO
7474

0 commit comments

Comments
 (0)