File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 23
23
],
24
24
"versioningTemplate" : " loose" ,
25
25
"datasourceTemplate" : " repology" ,
26
- "depNameTemplate" : " alpine_3_20 /{{package}}"
26
+ "depNameTemplate" : " alpine_3_21 /{{package}}"
27
27
},
28
28
{
29
29
"fileMatch" : [" /Dockerfile$" ],
Original file line number Diff line number Diff line change 1
- ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.2.0
1
+ ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3
2
2
# hadolint ignore=DL3006
3
3
FROM ${BUILD_FROM}
4
4
@@ -11,13 +11,13 @@ COPY rootfs /
11
11
# Setup base
12
12
RUN \
13
13
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
21
21
22
22
# Download pluggable-transports sources
23
23
WORKDIR /go
Original file line number Diff line number Diff line change 1
1
---
2
2
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
6
6
codenotary :
7
7
8
8
You can’t perform that action at this time.
0 commit comments