mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
[TOR] upgrade dependencies to alpine 3.21
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.4
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
@@ -13,11 +13,11 @@ RUN \
|
||||
apk add --no-cache \
|
||||
coreutils=9.5-r2 \
|
||||
openssl=3.3.3-r0 \
|
||||
tor=0.4.8.14-r0 \
|
||||
go=1.22.10-r0 \
|
||||
git=2.45.3-r0 \
|
||||
tor=0.4.8.14-r1 \
|
||||
go=1.23.6-r0 \
|
||||
git=2.47.2-r0 \
|
||||
ca-certificates=20241121-r1 \
|
||||
libcap=2.70-r0
|
||||
libcap=2.71-r0
|
||||
|
||||
# Download pluggable-transports sources
|
||||
WORKDIR /go
|
||||
|
||||
Reference in New Issue
Block a user