From fd241e671babab08df95031d537146d388bbb63c Mon Sep 17 00:00:00 2001 From: Timmo Date: Wed, 10 Apr 2019 13:36:14 +0100 Subject: [PATCH] :arrow_up: Update base image to v3.0.1 --- thelounge/Dockerfile | 2 +- thelounge/build.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 080fa9e..5d3b12f 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/base:3.0.0 +ARG BUILD_FROM=hassioaddons/base:3.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/thelounge/build.json b/thelounge/build.json index 7d11145..30cb7df 100644 --- a/thelounge/build.json +++ b/thelounge/build.json @@ -1,11 +1,11 @@ { "args": {}, "build_from": { - "aarch64": "hassioaddons/base-aarch64:3.0.0", - "amd64": "hassioaddons/base-amd64:3.0.0", - "armhf": "hassioaddons/base-armhf:3.0.0", - "armv7": "hassioaddons/base-armv7:3.0.0", - "i386": "hassioaddons/base-i386:3.0.0" + "aarch64": "hassioaddons/base-aarch64:3.0.1", + "amd64": "hassioaddons/base-amd64:3.0.1", + "armhf": "hassioaddons/base-armhf:3.0.1", + "armv7": "hassioaddons/base-armv7:3.0.1", + "i386": "hassioaddons/base-i386:3.0.1" }, "squash": false }