From e440cad0b29a4c244f9d6d852e30d3b8c4dae2e3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:00:48 +0100 Subject: [PATCH] Align with latest https://github.com/alexbelgium/hassio-addons/issues/748 --- calibre/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre/Dockerfile b/calibre/Dockerfile index a004d0835..6cb330322 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="v6.7.1-ls186" +ARG BUILD_UPSTREAM="latest" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ENV BASHIO_VERSION=1.29.1