[TOR] upgrade dependencies to alpina 3.21

This commit is contained in:
Renat Gabdulhakov
2025-02-13 14:01:55 +00:00
parent cabd9fc5bb
commit 6b63360bcd
2 changed files with 11 additions and 11 deletions

View File

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

View File

@@ -1,11 +1,11 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base:16.2.0",
"amd64": "ghcr.io/hassio-addons/base:16.2.0",
"armv7": "ghcr.io/hassio-addons/base:16.2.0"
"aarch64": "ghcr.io/hassio-addons/base:17.1.4",
"amd64": "ghcr.io/hassio-addons/base:17.1.4",
"armv7": "ghcr.io/hassio-addons/base:17.1.4"
},
"codenotary": {
"base_image": "codenotary@frenck.dev",
"signer": "codenotary@frenck.dev"
}
}
}