WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit db84c81

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent c578791 commit db84c81

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_17/{{package}}"
26+
"depNameTemplate": "alpine_3_18/{{package}}"
2727
}
2828
],
2929
"packageRules": [

wireguard/Dockerfile

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

@@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1010
RUN \
1111
apk add --no-cache --virtual .build-dependencies \
1212
build-base=0.5-r3 \
13-
git=2.38.5-r0 \
13+
git=2.40.1-r0 \
1414
\
1515
&& apk add --no-cache \
16-
go=1.19.9-r0 \
17-
iptables=1.8.8-r2 \
16+
go=1.20.4-r0 \
17+
iptables=1.8.9-r2 \
1818
libqrencode=4.1.1-r1 \
19-
openresolv=3.12.0-r1 \
20-
wireguard-tools=1.0.20210914-r1 \
19+
openresolv=3.13.1-r0 \
20+
wireguard-tools=1.0.20210914-r3 \
2121
\
2222
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
2323
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \

wireguard/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:13.2.2
4-
amd64: ghcr.io/hassio-addons/base:13.2.2
5-
armhf: ghcr.io/hassio-addons/base:13.2.2
6-
armv7: ghcr.io/hassio-addons/base:13.2.2
7-
i386: ghcr.io/hassio-addons/base:13.2.2
3+
aarch64: ghcr.io/hassio-addons/base:14.0.0
4+
amd64: ghcr.io/hassio-addons/base:14.0.0
5+
armhf: ghcr.io/hassio-addons/base:14.0.0
6+
armv7: ghcr.io/hassio-addons/base:14.0.0
7+
i386: ghcr.io/hassio-addons/base:14.0.0
88
codenotary:
99
base_image: [email protected]
1010

0 commit comments

Comments
 (0)