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 Aug 17, 2024
2 parents df56d90 + 3e118f4 commit a4ad847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.1.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.2.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -13,7 +13,7 @@ RUN \
git=2.45.2-r0 \
\
&& apk add --no-cache \
go=1.22.5-r0 \
go=1.22.6-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.1.3
amd64: ghcr.io/hassio-addons/base:16.1.3
armv7: ghcr.io/hassio-addons/base:16.1.3
aarch64: ghcr.io/hassio-addons/base:16.2.0
amd64: ghcr.io/hassio-addons/base:16.2.0
armv7: ghcr.io/hassio-addons/base:16.2.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit a4ad847

Please sign in to comment.