shadowsocks-1.18.2 #1
4 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ This repository can be pointed at as a Home Assistant add-ons repository. It con
|
||||||
| Package | Stable | Staging |
|
| Package | Stable | Staging |
|
||||||
|-----------------|----------|-----------|
|
|-----------------|----------|-----------|
|
||||||
| Stirling PDF | `0.20.1` | `0.22.6` |
|
| Stirling PDF | `0.20.1` | `0.22.6` |
|
||||||
| Shadowsocks | `1.17.1` | `1.18.2` |
|
| Shadowsocks | `1.18.2` | `1.18.2` |
|
||||||
| Homebox | `n/a` | `0.10.3` |
|
| Homebox | `n/a` | `0.10.3` |
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
## ⬆️ Backend bumps
|
## ⬆️ Backend bumps
|
||||||
|
|
||||||
|
- ⬆️ Bump to shadowsocks-rust 1.18.2
|
||||||
- ⬆️ Bump to shadowsocks-rust 1.17.1
|
- ⬆️ 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.1
|
FROM ghcr.io/shadowsocks/ssserver-rust:v1.18.2
|
||||||
|
|
||||||
# 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.1"
|
version: "1.18.2"
|
||||||
slug: "shadowsocks"
|
slug: "shadowsocks"
|
||||||
startup: services
|
startup: services
|
||||||
ingress: false
|
ingress: false
|
||||||
|
|
Loading…
Reference in a new issue