Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 10.1.0 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 27, 2021
1 parent a4819b4 commit 2e56c82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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:10.0.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -15,7 +15,7 @@ RUN \
autoconf=2.71-r0 \
automake=1.16.3-r0 \
build-base=0.5-r2 \
curl-dev=7.78.0-r0 \
curl-dev=7.79.1-r0 \
ffmpeg-dev=4.4-r1 \
gcc=10.3.1_git20210424-r2 \
gettext-dev=0.21-r0 \
Expand All @@ -33,7 +33,7 @@ RUN \
cifs-utils=6.13-r0 \
ffmpeg-libs=4.4-r1 \
ffmpeg=4.4-r1 \
libcurl=7.78.0-r0 \
libcurl=7.79.1-r0 \
libintl=0.21-r0 \
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:10.0.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.1",
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.1",
"i386": "ghcr.io/hassio-addons/base/i386:10.0.1"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.1.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:10.1.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:10.1.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:10.1.0",
"i386": "ghcr.io/hassio-addons/base/i386:10.1.0"
}
}

0 comments on commit 2e56c82

Please sign in to comment.