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 |
|
||||
|-----------------|----------|-----------|
|
||||
| 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` |
|
||||
|
||||
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
## ⬆️ Backend bumps
|
||||
|
||||
- ⬆️ Bump to shadowsocks-rust 1.18.2
|
||||
- ⬆️ 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.1
|
||||
FROM ghcr.io/shadowsocks/ssserver-rust:v1.18.2
|
||||
|
||||
# Runtime script copy
|
||||
WORKDIR /root
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: "Shadowsocks"
|
||||
description: "Encrypted SOCKS v5 proxy server."
|
||||
version: "1.17.1"
|
||||
version: "1.18.2"
|
||||
slug: "shadowsocks"
|
||||
startup: services
|
||||
ingress: false
|
||||
|
|
Loading…
Reference in a new issue