Skip to content

Commit

Permalink
Docker: Upgrade to Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 11, 2023
1 parent 73e002b commit 95099fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile.test_fedora-psmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Usage: docker build -f ./Dockerfile.test_fedora-psmp ../../
#

FROM fedora:33
FROM fedora:38

# Install requirements for the toolchain.
WORKDIR /opt/cp2k-toolchain
COPY ./tools/toolchain/install_requirements*.sh ./
RUN ./install_requirements.sh fedora:33
RUN ./install_requirements.sh fedora:38

# Install the toolchain.
RUN mkdir scripts
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main() -> None:
f.write(regtest("psmp"))

with OutputFile(f"Dockerfile.test_fedora-psmp", args.check) as f:
f.write(toolchain_full(base_image="fedora:33") + regtest("psmp"))
f.write(toolchain_full(base_image="fedora:38") + regtest("psmp"))

with OutputFile(f"Dockerfile.test_intel-psmp", args.check) as f:
f.write(toolchain_intel() + regtest("psmp", intel=True))
Expand Down

0 comments on commit 95099fa

Please sign in to comment.