Bump versions

This commit is contained in:
Owen Schwartz 2025-01-20 21:30:36 -05:00
parent 6ad829848e
commit 76806184eb
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
4 changed files with 6 additions and 6 deletions

View file

@ -22,11 +22,11 @@ Installer binaries for Linux can be found in the [Github releases](https://githu
For example, on `amd64` download the installer with either wget or curl and make it executable:
```bash
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.7/installer_linux_amd64" && chmod +x ./installer
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.8/installer_linux_amd64" && chmod +x ./installer
```
```bash
curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.7/installer_linux_amd64" && chmod +x ./installer
curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.8/installer_linux_amd64" && chmod +x ./installer
```
The installer must be run as root. If you're not already root, switch to the root user or use sudo:

View file

@ -59,7 +59,7 @@ _For any Traefik configuration changes beyond what is needed in this tutorial, p
```yaml
services:
pangolin:
image: fosrl/pangolin:1.0.0-beta.7
image: fosrl/pangolin:1.0.0-beta.8
container_name: pangolin
restart: unless-stopped
volumes:

View file

@ -19,7 +19,7 @@ Follow existing manual install steps, but Gerbil is not required. Your Docker co
```yaml
services:
pangolin:
image: fosrl/pangolin:1.0.0-beta.7
image: fosrl/pangolin:1.0.0-beta.8
container_name: pangolin
restart: unless-stopped
volumes:

View file

@ -15,11 +15,11 @@ On Linux for example:
Download Newt with either wget or curl or from your browser and make it executable:
```bash
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.4/newt_linux_amd64" && chmod +x ./newt
```
```bash
curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.4/newt_linux_amd64" && chmod +x ./newt
```
And run it: