diff --git a/public/docs/admin/main/installation.html b/public/docs/admin/main/installation.html index ef455b76..7b560f1b 100644 --- a/public/docs/admin/main/installation.html +++ b/public/docs/admin/main/installation.html @@ -138,7 +138,7 @@
This section will guide you through the process of installing -Apptainer 1.3.0 via several different methods. (For +Apptainer 1.3.1 via several different methods. (For instructions on installing earlier versions of Apptainer please see earlier versions of the docs.)
$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.0/apptainer-1.3.0-1.x86_64.rpm
+$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.1/apptainer-1.3.1-1.x86_64.rpm
For the setuid installation do above command first and then this one:
-$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.0/apptainer-suid-1.3.0-1.x86_64.rpm
+$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.3.1/apptainer-suid-1.3.1-1.x86_64.rpm
@@ -424,13 +424,13 @@ Install Debian packages$ sudo apt update
$ sudo apt install -y wget
$ cd /tmp
-$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.0/apptainer_1.3.0_amd64.deb
-$ sudo apt install -y ./apptainer_1.3.0_amd64.deb
+$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.1/apptainer_1.3.1_amd64.deb
+$ sudo apt install -y ./apptainer_1.3.1_amd64.deb
For the setuid installation do above commands first and then these:
-