Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v5.0.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 20, 2021
1 parent e8001de commit 66782af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions influxdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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 \
\
Expand Down
8 changes: 4 additions & 4 deletions influxdb/build.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 66782af

Please sign in to comment.