From 8a1b5ec36c77af7592cf946e3f81f384670e7d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 01:01:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20traccar/traccar?= =?UTF-8?q?=20to=20v6.2?= 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 27c1165..377e2ba 100755 --- a/traccar/Dockerfile +++ b/traccar/Dockerfile @@ -12,7 +12,7 @@ COPY rootfs / WORKDIR /opt/traccar # Setup base -ARG TRACCAR_VERSION="v6.1" +ARG TRACCAR_VERSION="v6.2" RUN \ apk add --no-cache \ mariadb-client=10.11.8-r0 \