Skip to content

Commit e2938c8

Browse files
build(deps): bump ubuntu in /ci/builder
Bumps ubuntu from lunar-20230731 to lunar-20231128. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 164c892 commit e2938c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/builder/Dockerfile

+2-2
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:lunar-20230731 as crosstool
13+
FROM ubuntu:lunar-20231128 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:lunar-20230731
71+
FROM ubuntu:lunar-20231128
7272
ARG ARCH_GCC
7373
ARG ARCH_GO
7474

0 commit comments

Comments
 (0)