[TOR] upgrade dependencies to alpine 3.21

This commit is contained in:
Renat Gabdulhakov
2025-02-13 11:58:29 +00:00
parent 00d7ac8356
commit 0029fa694e

View File

@@ -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