Skip to content

Commit

Permalink
Fedora: Bump version to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Nov 8, 2024
1 parent a626271 commit 8c5441a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:40
FROM fedora:41

RUN curl -sSL https://download.opensuse.org/repositories/science:/openturns/Fedora_40/science:openturns.repo -o /etc/yum.repos.d/science-openturns.repo
RUN rpm --import https://download.opensuse.org/repositories/science:/openturns/Fedora_40/repodata/repomd.xml.key
RUN curl -sSL https://download.opensuse.org/repositories/science:/openturns/Fedora_41/science:openturns.repo -o /etc/yum.repos.d/science-openturns.repo
RUN rpm --import https://download.opensuse.org/repositories/science:/openturns/Fedora_41/repodata/repomd.xml.key
RUN yum install -y python3-openturns

0 comments on commit 8c5441a

Please sign in to comment.