[TOR] downgrade dependencies to alpine 3.19

This commit is contained in:
Renat Gabdulhakov
2025-02-13 12:16:12 +00:00
parent 0029fa694e
commit cabd9fc5bb

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.4 ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.8
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@@ -11,13 +11,13 @@ COPY rootfs /
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
coreutils=9.5-r2 \ coreutils=9.4-r2 \
openssl=3.3.3-r0 \ openssl=3.1.8-r0 \
tor=0.4.8.14-r1 \ tor=0.4.8.14-r0 \
go=1.23.6-r0 \ go=1.21.10-r0 \
git=2.47.2-r0 \ git=2.43.6-r0 \
ca-certificates=20241121-r1 \ ca-certificates=20241121-r1 \
libcap=2.71-r0 libcap=2.69-r1
# Download pluggable-transports sources # Download pluggable-transports sources
WORKDIR /go WORKDIR /go