Skip to content

Commit 711d16f

Browse files
authored
Rollup merge of #157531 - xonx4l:bump-x86_64-gnu-26.04, r=Kobzol
ci: bump x86_64-gnu base image to 26.04 This PR updates the x86_64-gnu CI Docker base image from 22.04 to 26.04. r? @Kobzol
2 parents 72aaeb4 + cec557d commit 711d16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:26.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)