From 07e29d3d12f478f2583c93018ca01735f139182b Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 30 Dec 2020 16:28:19 +0000 Subject: [PATCH] chore(deps): update dependency kanboard/kanboard to v1.2.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb60e70..ab80598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/kan ARG BUILD_VERSION # renovate: datasource=github-releases depName=kanboard/kanboard -ENV KANBOARD_VERSION="${BUILD_VERSION:-v1.2.16}" +ENV KANBOARD_VERSION="${BUILD_VERSION:-v1.2.18}" ADD overlay/ / -- 2.24.4