⬆️ Upgrades add-on base image to 13.0.1

This commit is contained in:
Christoph Chilian 2023-01-04 17:49:03 +01:00
parent 0d93b72d95
commit b5902f2e5e
2 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7 ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.1
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \ build-base=0.5-r3 \
git=2.36.3-r0 \ git=2.38.2-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
go=1.18.7-r0 \ go=1.19.4-r0 \
iptables=1.8.8-r1 \ iptables=1.8.8-r2 \
libqrencode=4.1.1-r0 \ libqrencode=4.1.1-r1 \
openresolv=3.12.0-r0 \ openresolv=3.12.0-r1 \
wireguard-tools=1.0.20210914-r0 \ wireguard-tools=1.0.20210914-r1 \
\ \
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \ && ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \ && ln -sf /sbin/xtables-nft-multi /sbin/iptables \

View file

@ -1,10 +1,10 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.7 aarch64: ghcr.io/hassio-addons/base:13.0.1
amd64: ghcr.io/hassio-addons/base:12.2.7 amd64: ghcr.io/hassio-addons/base:13.0.1
armhf: ghcr.io/hassio-addons/base:12.2.7 armhf: ghcr.io/hassio-addons/base:13.0.1
armv7: ghcr.io/hassio-addons/base:12.2.7 armv7: ghcr.io/hassio-addons/base:13.0.1
i386: ghcr.io/hassio-addons/base:12.2.7 i386: ghcr.io/hassio-addons/base:13.0.1
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev