Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v9.2.2 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 13, 2021
1 parent 601c0c3 commit e3dfeec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions motioneye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -15,7 +15,7 @@ RUN \
autoconf=2.69-r3 \
automake=1.16.3-r0 \
build-base=0.5-r2 \
curl-dev=7.77.0-r0 \
curl-dev=7.77.0-r1 \
ffmpeg-dev=4.3.1-r4 \
gcc=10.2.1_pre1-r3 \
gettext-dev=0.20.2-r2 \
Expand All @@ -25,15 +25,15 @@ RUN \
libmicrohttpd-dev=0.9.72-r0 \
libwebp-dev=1.1.0-r0 \
linux-headers=5.7.8-r0 \
musl-dev=1.2.2-r0 \
musl-dev=1.2.2-r1 \
python2-dev=2.7.18-r1 \
v4l-utils-dev=1.20.0-r0 \
\
&& apk add --no-cache \
cifs-utils=6.13-r0 \
ffmpeg-libs=4.3.1-r4 \
ffmpeg=4.3.1-r4 \
libcurl=7.77.0-r0 \
libcurl=7.77.0-r1 \
libintl=0.20.2-r2 \
libjpeg-turbo=2.1.0-r0 \
libjpeg=9d-r1 \
Expand Down
10 changes: 5 additions & 5 deletions motioneye/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.1",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.1",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.1"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.2"
}
}

0 comments on commit e3dfeec

Please sign in to comment.