diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index 27fa1d6..142da33 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -18,21 +18,21 @@ COPY requirements.txt /tmp/ ARG BUILD_ARCH=amd64 RUN \ apk add --no-cache --virtual .build-dependencies \ - g++=10.3.1_git20210424-r2 \ - gcc=10.3.1_git20210424-r2 \ - libffi-dev=3.3-r2 \ - openssl-dev=1.1.1l-r0 \ + g++=10.3.1_git20211027-r0 \ + gcc=10.3.1_git20211027-r0 \ + libffi-dev=3.4.2-r1 \ + openssl-dev=1.1.1l-r7 \ make=4.3-r0 \ - python3-dev=3.9.5-r2 \ + python3-dev=3.9.7-r4 \ \ && apk add --no-cache \ - git=2.32.0-r0 \ - openssl=1.1.1l-r0 \ + git=2.34.1-r0 \ + openssl=1.1.1l-r7 \ patch=2.7.6-r7 \ - py3-cryptography=3.3.2-r1 \ + py3-cryptography=3.3.2-r3 \ py3-pip=20.3.4-r1 \ - python3=3.9.5-r2 \ - wget=1.21.1-r1 \ + python3=3.9.7-r4 \ + wget=1.21.2-r2 \ \ && pip install \ --no-cache-dir \ diff --git a/tautulli/build.yaml b/tautulli/build.yaml index 2e7b37a..ef8af69 100644 --- a/tautulli/build.yaml +++ b/tautulli/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2 - amd64: ghcr.io/hassio-addons/base/amd64:10.2.2 - armhf: ghcr.io/hassio-addons/base/armhf:10.2.2 - armv7: ghcr.io/hassio-addons/base/armv7:10.2.2 - i386: ghcr.io/hassio-addons/base/i386:10.2.2 + aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0 + amd64: ghcr.io/hassio-addons/base/amd64:11.0.0 + armhf: ghcr.io/hassio-addons/base/armhf:11.0.0 + armv7: ghcr.io/hassio-addons/base/armv7:11.0.0 + i386: ghcr.io/hassio-addons/base/i386:11.0.0