From d086bb75f73ade0d5d55e7450038b83ef7438dae Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Fri, 29 Dec 2023 14:51:41 +0100 Subject: [PATCH] update --- shadowsocks/CHANGELOG.md | 1 + shadowsocks/Dockerfile | 2 +- shadowsocks/config.yaml | 2 +- stirling-pdf/CHANGELOG.md | 1 + stirling-pdf/Dockerfile | 2 +- stirling-pdf/config.yaml | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/shadowsocks/CHANGELOG.md b/shadowsocks/CHANGELOG.md index 41d8761..a67e677 100644 --- a/shadowsocks/CHANGELOG.md +++ b/shadowsocks/CHANGELOG.md @@ -2,4 +2,5 @@ ## ⬆️ Backend bumps +- ⬆️ Bump to shadowsocks-rust 1.17.1 - ⬆️ Bump to shadowsocks-rust 1.17.0 diff --git a/shadowsocks/Dockerfile b/shadowsocks/Dockerfile index d18e4a4..3655060 100644 --- a/shadowsocks/Dockerfile +++ b/shadowsocks/Dockerfile @@ -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 diff --git a/shadowsocks/config.yaml b/shadowsocks/config.yaml index 4a21783..701d92a 100644 --- a/shadowsocks/config.yaml +++ b/shadowsocks/config.yaml @@ -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 diff --git a/stirling-pdf/CHANGELOG.md b/stirling-pdf/CHANGELOG.md index b3b9ba9..e0b27a6 100644 --- a/stirling-pdf/CHANGELOG.md +++ b/stirling-pdf/CHANGELOG.md @@ -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 diff --git a/stirling-pdf/Dockerfile b/stirling-pdf/Dockerfile index 4d415ee..be1ccf9 100644 --- a/stirling-pdf/Dockerfile +++ b/stirling-pdf/Dockerfile @@ -1 +1 @@ -FROM frooodle/s-pdf:0.15.1 +FROM frooodle/s-pdf:0.17.2 diff --git a/stirling-pdf/config.yaml b/stirling-pdf/config.yaml index e42ec9d..811cfcd 100644 --- a/stirling-pdf/config.yaml +++ b/stirling-pdf/config.yaml @@ -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