Skip to content

Commit ef190ce

Browse files
committed
Upgrade debian version to bookworm
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 10f9e20 commit ef190ce

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye
1+
FROM debian:bookworm
22

33
ARG port=2222
44

build/base/intel-builder.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM bash AS downloader
22

33
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB -O key.PUB
44

5-
FROM debian:bullseye
5+
FROM debian:bookworm
66

77
COPY --from=downloader key.PUB /tmp/key.PUB
88

@@ -16,7 +16,7 @@ RUN apt update \
1616
&& apt autoremove -y \
1717
&& apt update \
1818
&& apt install -y --no-install-recommends \
19-
libstdc++-10-dev binutils procps clang \
19+
libstdc++-14-dev binutils procps clang \
2020
intel-oneapi-compiler-dpcpp-cpp \
2121
intel-oneapi-mpi-devel \
2222
&& rm -rf /var/lib/apt/lists/*

build/base/mpich-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye as builder
1+
FROM debian:bookworm as builder
22

33
RUN apt update \
44
&& apt install -y --no-install-recommends \

build/base/openmpi-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye as builder
1+
FROM debian:bookworm as builder
22

33
RUN apt update \
44
&& apt install -y --no-install-recommends \

0 commit comments

Comments
 (0)