diff --git a/public/docs/admin/1.2/installation.html b/public/docs/admin/1.2/installation.html index 65ae608de..062d45def 100644 --- a/public/docs/admin/1.2/installation.html +++ b/public/docs/admin/1.2/installation.html @@ -140,7 +140,7 @@
This section will guide you through the process of installing -Apptainer 1.2.4 via several different methods. (For +Apptainer 1.2.5 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.2.4/apptainer-1.2.4-1.x86_64.rpm
+$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.2.5/apptainer-1.2.5-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.2.4/apptainer-suid-1.2.4-1.x86_64.rpm
+$ sudo yum install -y https://github.com/apptainer/apptainer/releases/download/v1.2.5/apptainer-suid-1.2.5-1.x86_64.rpm
@@ -411,13 +411,13 @@ Install Debian packages$ sudo apt update
$ sudo apt install -y wget
$ cd /tmp
-$ wget https://github.com/apptainer/apptainer/releases/download/v1.2.4/apptainer_1.2.4_amd64.deb
-$ sudo apt install -y ./apptainer_1.2.4_amd64.deb
+$ wget https://github.com/apptainer/apptainer/releases/download/v1.2.5/apptainer_1.2.5_amd64.deb
+$ sudo apt install -y ./apptainer_1.2.5_amd64.deb
For the setuid installation do above commands first and then these:
-