Skip to content

Commit ebf63e1

Browse files
committed
templates: update apptainer to 1.0.3
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 5719521 commit ebf63e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/experimental/apptainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ provision:
2727
#!/bin/bash
2828
set -eux -o pipefail
2929
command -v apptainer >/dev/null 2>&1 && exit 0
30-
dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.0.2/apptainer-1.0.2-1.x86_64.rpm
30+
dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.0.3/apptainer-1.0.3-1.x86_64.rpm
3131
probes:
3232
- script: |
3333
#!/bin/bash

0 commit comments

Comments
 (0)