update
This commit is contained in:
parent
cadcd9cf09
commit
d086bb75f7
6 changed files with 6 additions and 4 deletions
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
## ⬆️ Backend bumps
|
## ⬆️ Backend bumps
|
||||||
|
|
||||||
|
- ⬆️ Bump to shadowsocks-rust 1.17.1
|
||||||
- ⬆️ Bump to shadowsocks-rust 1.17.0
|
- ⬆️ 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
|
# Runtime script copy
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: "Shadowsocks"
|
name: "Shadowsocks"
|
||||||
description: "Encrypted SOCKS v5 proxy server."
|
description: "Encrypted SOCKS v5 proxy server."
|
||||||
version: "1.17.0"
|
version: "1.17.1"
|
||||||
slug: "shadowsocks"
|
slug: "shadowsocks"
|
||||||
startup: services
|
startup: services
|
||||||
ingress: false
|
ingress: false
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## ⬆️ Backend bumps
|
## ⬆️ Backend bumps
|
||||||
|
|
||||||
|
- ⬆️ Bump to Stirling PDF 0.17.2
|
||||||
- ⬆️ Bump to Stirling PDF 0.15.1
|
- ⬆️ Bump to Stirling PDF 0.15.1
|
||||||
- ⬆️ Bump to Stirling PDF 0.14.5
|
- ⬆️ Bump to Stirling PDF 0.14.5
|
||||||
- ⬆️ Bump to Stirling PDF 0.14.1
|
- ⬆️ 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"
|
name: "Stirling PDF"
|
||||||
description: "Fully-featured self-hosted PDF editor."
|
description: "Fully-featured self-hosted PDF editor."
|
||||||
version: "0.15.1"
|
version: "0.17.2"
|
||||||
slug: "stirling_pdf"
|
slug: "stirling_pdf"
|
||||||
startup: services
|
startup: services
|
||||||
ingress: true
|
ingress: true
|
||||||
|
|
Loading…
Reference in a new issue