Compare commits

..

14 Commits

2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@@ -6,15 +6,15 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG ZERO_TIER_ONE_VERSION="1.10.6"
ARG ZERO_TIER_ONE_VERSION="1.12.0"
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.69.0-r5 \
cargo=1.71.1-r0 \
git=2.40.1-r0 \
linux-headers=6.3-r0 \
openssl-dev=3.1.0-r4 \
openssl-dev=3.1.2-r0 \
pkgconf=1.9.5-r0 \
\
&& apk add --no-cache \

View File

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