Skip to content

Commit

Permalink
update linux versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Jul 29, 2024
1 parent e81e222 commit 89955d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-20220509-slim AS debian_base
FROM debian:bookworm-20240722-slim AS debian_base

WORKDIR /root

Expand All @@ -13,7 +13,7 @@ RUN apt-get update \
make \
cmake \
gcc g++ gfortran lcov\
clang\
clang-16\
clang-format\
clang-tidy\
libblas-dev \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20220428 AS ubuntu_base
FROM ubuntu:noble-20240605-20220428 AS ubuntu_base

WORKDIR /root

Expand Down

0 comments on commit 89955d8

Please sign in to comment.