Skip to content

Commit

Permalink
Bump version in rebuild-docker-images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fujikawas authored Mar 4, 2024
1 parent dc9aa7f commit 0525c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/rebuild-docker-images.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

DUNE_VERSION="2.8"
DUMUX_VERSIONS=("3.4" "3.5")
DUNE_VERSION="2.9"
DUMUX_VERSIONS=("3.7" "3.8")
PRECICE_VERSIONS=("develop")

for dumux_version in ${DUMUX_VERSIONS[@]}; do
Expand Down

0 comments on commit 0525c6a

Please sign in to comment.