Skip to content

Commit ddf9186

Browse files
committed
Bump ubuntu to 24.04
1 parent 62d4d76 commit ddf9186

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-distcheck

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Runs `distcheck`, which is a collection of smoke tests:
2-
#
2+
#
33
# - Run `make check` from an unpacked dist tarball to make sure we can at the
44
# minimum run check steps from those sources.
55
# - Check that selected dist components at least have expected directory shape
@@ -10,7 +10,7 @@
1010
#
1111
# FIXME(#136822): dist components are generally under-tested.
1212

13-
FROM ubuntu:22.04
13+
FROM ubuntu:24.04
1414

1515
ARG DEBIAN_FRONTEND=noninteractive
1616
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)