From b82f4c6e35890127b87f61a25347c71318f9ed3b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 20 Aug 2021 11:23:44 +0200 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v5.0.0 --- influxdb/Dockerfile | 10 +++++----- influxdb/build.json | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index 77b1b2f..8b7dc54 100755 --- a/influxdb/Dockerfile +++ b/influxdb/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -11,10 +11,10 @@ ARG BUILD_ARCH=amd64 RUN \ apt-get update \ && apt-get install -y --no-install-recommends \ - libnginx-mod-http-lua=1.14.2-2+deb10u4 \ - luarocks=2.4.2+dfsg-1 \ - nginx=1.14.2-2+deb10u4 \ - procps=2:3.3.15-2 \ + libnginx-mod-http-lua=1.18.0-6.1 \ + luarocks=2.4.2+dfsg-1.1 \ + nginx=1.18.0-6.1 \ + procps=2:3.3.17-5 \ \ && luarocks install lua-resty-http 0.15-0 \ \ diff --git a/influxdb/build.json b/influxdb/build.json index d28c575..2bf27ad 100644 --- a/influxdb/build.json +++ b/influxdb/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.2.3", - "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3", - "armv7": "ghcr.io/hassio-addons/debian-base/armv7:4.2.3", - "i386": "ghcr.io/hassio-addons/debian-base/i386:4.2.3" + "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.0.0", + "amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.0.0", + "armv7": "ghcr.io/hassio-addons/debian-base/armv7:5.0.0", + "i386": "ghcr.io/hassio-addons/debian-base/i386:5.0.0" } }