Skip to content

Commit 4738c18

Browse files
authored
Merge branch 'main' into obfs
2 parents 4c2ffe5 + a5fe99f commit 4738c18

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"versioningTemplate": "loose",
2525
"datasourceTemplate": "repology",
26-
"depNameTemplate": "alpine_3_20/{{package}}"
26+
"depNameTemplate": "alpine_3_21/{{package}}"
2727
},
2828
{
2929
"fileMatch": ["/Dockerfile$"],

tor/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.2.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -11,13 +11,13 @@ COPY rootfs /
1111
# Setup base
1212
RUN \
1313
apk add --no-cache \
14-
coreutils=9.5-r1 \
15-
openssl=3.3.1-r3 \
16-
tor=0.4.8.12-r0 \
17-
go=1.22.5-r0 \
18-
git=2.45.2-r0 \
19-
ca-certificates=20240705-r0 \
20-
libcap=2.70-r0
14+
coreutils=9.5-r2 \
15+
openssl=3.3.3-r0 \
16+
tor=0.4.8.14-r1 \
17+
go=1.23.6-r0 \
18+
git=2.47.2-r0 \
19+
ca-certificates=20241121-r1 \
20+
libcap=2.71-r0
2121

2222
# Download pluggable-transports sources
2323
WORKDIR /go

tor/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:16.2.0
4-
amd64: ghcr.io/hassio-addons/base:16.2.0
5-
armv7: ghcr.io/hassio-addons/base:16.2.0
3+
aarch64: ghcr.io/hassio-addons/base:17.1.3
4+
amd64: ghcr.io/hassio-addons/base:17.1.3
5+
armv7: ghcr.io/hassio-addons/base:17.1.3
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)