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
|
||||
|
||||
- ⬆️ 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"
|
||||
description: "Encrypted SOCKS v5 proxy server."
|
||||
version: "1.17.0"
|
||||
version: "1.17.1"
|
||||
slug: "shadowsocks"
|
||||
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"
|
||||
description: "Fully-featured self-hosted PDF editor."
|
||||
version: "0.15.1"
|
||||
version: "0.17.2"
|
||||
slug: "stirling_pdf"
|
||||
startup: services
|
||||
ingress: true
|
||||
|
|
Loading…
Reference in a new issue