Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
thijzert authored Jul 17, 2024
2 parents f23d1da + 66a57bc commit df56d90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
}
],
"packageRules": [
Expand Down
6 changes: 3 additions & 3 deletions wireguard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.1.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,10 +10,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
git=2.45.1-r0 \
git=2.45.2-r0 \
\
&& apk add --no-cache \
go=1.22.3-r0 \
go=1.22.5-r0 \
iptables=1.8.10-r3 \
libqrencode-tools=4.1.1-r2 \
openresolv=3.13.2-r0 \
Expand Down
6 changes: 3 additions & 3 deletions wireguard/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:16.0.0
amd64: ghcr.io/hassio-addons/base:16.0.0
armv7: ghcr.io/hassio-addons/base:16.0.0
aarch64: ghcr.io/hassio-addons/base:16.1.3
amd64: ghcr.io/hassio-addons/base:16.1.3
armv7: ghcr.io/hassio-addons/base:16.1.3
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit df56d90

Please sign in to comment.