⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 (#486)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
renovate[bot] 2024-09-30 23:13:38 +02:00 committed by GitHub
parent 14f4079b7f
commit 6c48251f6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9 ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.2
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -11,36 +11,36 @@ ARG MOTIONEYE_VERSION="0.43.1b2"
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
autoconf=2.71-r2 \ autoconf=2.72-r0 \
automake=1.16.5-r2 \ automake=1.16.5-r2 \
build-base=0.5-r3 \ build-base=0.5-r3 \
curl-dev=8.9.1-r0 \ curl-dev=8.10.1-r0 \
ffmpeg-dev=6.1.1-r0 \ ffmpeg-dev=6.1.1-r8 \
gettext-dev=0.22.3-r0 \ gettext-dev=0.22.5-r0 \
git=2.43.5-r0 \ git=2.45.2-r0 \
jpeg-dev=9e-r1 \ jpeg-dev=9e-r1 \
libjpeg-turbo-dev=3.0.1-r0 \ libjpeg-turbo-dev=3.0.3-r0 \
libmicrohttpd-dev=0.9.77-r0 \ libmicrohttpd-dev=0.9.77-r0 \
libwebp-dev=1.3.2-r0 \ libwebp-dev=1.3.2-r0 \
linux-headers=6.5-r0 \ linux-headers=6.6-r0 \
musl-dev=1.2.4_git20230717-r4 \ musl-dev=1.2.5-r0 \
python3-dev=3.11.10-r0 \ python3-dev=3.12.6-r0 \
v4l-utils-dev=1.24.1-r1 \ v4l-utils-dev=1.24.1-r1 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
cifs-utils=7.0-r2 \ cifs-utils=7.0-r4 \
ffmpeg-libs=6.1.1-r0 \ ffmpeg-libs=6.1.1-r8 \
ffmpeg=6.1.1-r0 \ ffmpeg=6.1.1-r8 \
libintl=0.22.3-r0 \ libintl=0.22.5-r0 \
libjpeg-turbo=3.0.1-r0 \ libjpeg-turbo=3.0.3-r0 \
libjpeg=9e-r1 \ libjpeg=9e-r1 \
libmicrohttpd=0.9.77-r0 \ libmicrohttpd=0.9.77-r0 \
libwebp=1.3.2-r0 \ libwebp=1.3.2-r0 \
mosquitto-clients=2.0.18-r0 \ mosquitto-clients=2.0.18-r0 \
nginx=1.24.0-r16 \ nginx=1.26.2-r0 \
py3-pip=23.3.1-r0 \ py3-pip=24.0-r2 \
python3=3.11.10-r0 \ python3=3.12.6-r0 \
rsync=3.2.7-r4 \ rsync=3.3.0-r0 \
v4l-utils=1.24.1-r1 \ v4l-utils=1.24.1-r1 \
\ \
&& curl -J -L -o /tmp/motion.tar.gz \ && curl -J -L -o /tmp/motion.tar.gz \

View file

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