mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
[TOR] upgrade dependencies to alpina 3.21
This commit is contained in:
@@ -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
|
# 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.4-r2 \
|
coreutils=9.5-r2 \
|
||||||
openssl=3.1.8-r0 \
|
openssl=3.3.3-r0 \
|
||||||
tor=0.4.8.14-r0 \
|
tor=0.4.8.14-r1 \
|
||||||
go=1.21.10-r0 \
|
go=1.23.6-r0 \
|
||||||
git=2.43.6-r0 \
|
git=2.47.2-r0 \
|
||||||
ca-certificates=20241121-r1 \
|
ca-certificates=20241121-r1 \
|
||||||
libcap=2.69-r1
|
libcap=2.71-r0
|
||||||
|
|
||||||
# Download pluggable-transports sources
|
# Download pluggable-transports sources
|
||||||
WORKDIR /go
|
WORKDIR /go
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/hassio-addons/base:16.2.0",
|
"aarch64": "ghcr.io/hassio-addons/base:17.1.4",
|
||||||
"amd64": "ghcr.io/hassio-addons/base:16.2.0",
|
"amd64": "ghcr.io/hassio-addons/base:17.1.4",
|
||||||
"armv7": "ghcr.io/hassio-addons/base:16.2.0"
|
"armv7": "ghcr.io/hassio-addons/base:17.1.4"
|
||||||
},
|
},
|
||||||
"codenotary": {
|
"codenotary": {
|
||||||
"base_image": "codenotary@frenck.dev",
|
"base_image": "codenotary@frenck.dev",
|
||||||
"signer": "codenotary@frenck.dev"
|
"signer": "codenotary@frenck.dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user