update
This commit is contained in:
parent
3489a084ac
commit
cadcd9cf09
6 changed files with 6 additions and 4 deletions
|
@ -2,4 +2,5 @@
|
|||
|
||||
## ⬆️ Backend bumps
|
||||
|
||||
- ⬆️ Bump to shadowsocks-rust 1.17.1
|
||||
- ⬆️ Bump to shadowsocks-rust 1.17.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/shadowsocks/ssserver-rust:v1.17.0
|
||||
FROM ghcr.io/shadowsocks/ssserver-rust:v1.17.1
|
||||
|
||||
# Runtime script copy
|
||||
WORKDIR /root
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: "Shadowsocks (staging)"
|
||||
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
|
||||
version: "1.17.0"
|
||||
version: "1.17.1"
|
||||
slug: "shadowsocks_staging"
|
||||
startup: services
|
||||
ingress: false
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## ⬆️ Backend bumps
|
||||
|
||||
- ⬆️ Bump to Stirling PDF 0.17.2
|
||||
- ⬆️ Bump to Stirling PDF 0.15.1
|
||||
- ⬆️ Bump to Stirling PDF 0.14.5
|
||||
- ⬆️ Bump to Stirling PDF 0.14.1
|
||||
|
|
|
@ -1 +1 @@
|
|||
FROM frooodle/s-pdf:0.15.1
|
||||
FROM frooodle/s-pdf:0.17.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: "Stirling PDF (staging)"
|
||||
description: "Fully-featured self-hosted PDF editor. This version is only for testing purposes; please use the main version for increased stability!"
|
||||
version: "0.15.1"
|
||||
version: "0.17.2"
|
||||
slug: "stirling_pdf_staging"
|
||||
startup: services
|
||||
ingress: true
|
||||
|
|
Loading…
Reference in a new issue