mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Change Dockerfile from debian:bookworm-slim to ubuntu:24.04 (#3442)
This commit is contained in:
parent
aeb1052c19
commit
b11eb02655
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ ARG compile_cores=1
|
|||
ARG build_dagmc=off
|
||||
ARG build_libmesh=off
|
||||
|
||||
FROM debian:bookworm-slim AS dependencies
|
||||
FROM ubuntu:24.04 AS dependencies
|
||||
|
||||
ARG compile_cores
|
||||
ARG build_dagmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue