Skip to content

Commit 124c270

Browse files
committed
Images are now based on Ubuntu 24:04
1 parent fa397b7 commit 124c270

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/docker/build-clang16-i386.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
77

8-
FROM ubuntu:23.04
8+
FROM ubuntu:24.04
99

1010
RUN dpkg --add-architecture i386
1111

tools/docker/build-clang16.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
77

8-
FROM ubuntu:23.04
8+
FROM ubuntu:24.04
99

1010
RUN \
1111
apt-get update && \

tools/docker/build-gcc13.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
77

8-
FROM ubuntu:23.04
8+
FROM ubuntu:24.04
99

1010
RUN \
1111
apt-get update && \

0 commit comments

Comments
 (0)