Skip to content

Commit

Permalink
#68 update default Dockerfile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 26, 2024
1 parent aca902a commit 7f425ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ARG BASE=focal
FROM ubuntu:${BASE}

ARG XSD=4.0.0
ARG XERCESC=3.2.3
ARG SUNDIALS=5.8.0
ARG BOOST=1.73.0
ARG VTK=7.1.1
ARG PETSC=3.8.4
ARG HDF5=1.10.8
ARG XERCESC=3.2.4
ARG SUNDIALS=6.4.1
ARG BOOST=1.83.0
ARG VTK=9.1.0
ARG PETSC=3.19.2
ARG HDF5=1.10.10

SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 7f425ae

Please sign in to comment.