From 51d61925e3a95e99696189102104e90d9d2213e4 Mon Sep 17 00:00:00 2001 From: Fabio De Simone Date: Wed, 7 Dec 2022 22:54:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traccar/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traccar/Dockerfile b/traccar/Dockerfile index dbdddfa..1bcc9e3 100755 --- a/traccar/Dockerfile +++ b/traccar/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.4 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7 # hadolint ignore=DL3006 FROM ${BUILD_FROM}