Merge pull request #85 from daufinsyd/main

update alpine os version to 3.16
This commit is contained in:
Elton Renda 2022-09-28 18:51:40 +02:00 committed by GitHub
commit 2279fd09eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ function error {
_raw_base="https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager"
# Operating system
_os_type=alpine
_os_version=3.12
_os_version=3.16
# System architecture
_arch=$(dpkg --print-architecture)