From dd23172eecd2e56927c2853397a975b201ce2ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 7 Jan 2019 01:39:54 +0100 Subject: [PATCH] :arrow_up: Upgrades add-on base image in Dockerfile to version 2.3.1 --- tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index 0699ce7..f094828 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/base:2.3.0 +ARG BUILD_FROM=hassioaddons/base:2.3.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM}