Skip to content

Commit

Permalink
Update container to atlas v0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle committed Aug 1, 2024
1 parent 8bffcfc commit 6b40175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [develop]
env:
REGISTRY: ghcr.io
IMAGE_NAME: twsearle/orca-jedi/ci-almalinux9:feature-use-personal-ghcr-container
IMAGE_NAME: twsearle/orca-jedi/ci-almalinux9:v1.2.0
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion ci/hpccm_recipe_almalinux9.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def gitlab_url(repo, vn):
# get versions via --userarg options
# build hdf5/netcdf with zstd (libzstd from epel)
atlas_orca_vn = USERARG.get('atlas_orca_vn', '0.3.1')
atlas_vn = USERARG.get('atlas_vn', '0.37.0')
atlas_vn = USERARG.get('atlas_vn', '0.38.1')
blitz_vn = USERARG.get('blitz_vn', '1.0.2')
boost_vn = USERARG.get('boost_vn', '1.85.0')
bufr_query_vn = USERARG.get('bufr_query_vn', 'v0.0.1')
Expand Down

0 comments on commit 6b40175

Please sign in to comment.