Skip to content

Commit adb42c3

Browse files
authored
⬆️ Upgrades add-on base image to 12.2.3 (#208)
1 parent 835c824 commit adb42c3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

wireguard/Dockerfile

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

@@ -9,11 +9,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache --virtual .build-dependencies \
12-
build-base=0.5-r2 \
13-
git=2.36.1-r0 \
12+
build-base=0.5-r3 \
13+
git=2.36.2-r0 \
1414
\
1515
&& apk add --no-cache \
16-
go=1.18.2-r0 \
16+
go=1.18.5-r0 \
1717
libqrencode=4.1.1-r0 \
1818
openresolv=3.12.0-r0 \
1919
wireguard-tools=1.0.20210914-r0 \

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/aarch64:12.0.0
4-
amd64: ghcr.io/hassio-addons/base/amd64:12.0.0
5-
armhf: ghcr.io/hassio-addons/base/armhf:12.0.0
6-
armv7: ghcr.io/hassio-addons/base/armv7:12.0.0
7-
i386: ghcr.io/hassio-addons/base/i386:12.0.0
3+
aarch64: ghcr.io/hassio-addons/base:12.2.3
4+
amd64: ghcr.io/hassio-addons/base:12.2.3
5+
armhf: ghcr.io/hassio-addons/base:12.2.3
6+
armv7: ghcr.io/hassio-addons/base:12.2.3
7+
i386: ghcr.io/hassio-addons/base:12.2.3
88
codenotary:
99
base_image: [email protected]
1010

0 commit comments

Comments
 (0)