Skip to content

Commit

Permalink
Apply ${VERSION} everywhere for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay authored Jul 26, 2024
1 parent 0a30af6 commit 17e8205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can install it using [Docker][docker] or [Apptainer/Singularity][apptainer].

=== "Docker"

`docker pull unfmontreal/dcm2bids:latest`
`docker pull unfmontreal/dcm2bids:${VERSION}`

=== "Apptainer/Singularity"

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To start, you can either pull the dcm2bids image from the Docker Hub repository
=== "Docker"

```
docker pull unfmontreal/dcm2bids:latest
docker pull unfmontreal/dcm2bids:${VERSION}
```

=== "Apptainer/Singularity"
Expand Down

0 comments on commit 17e8205

Please sign in to comment.