From c9d8fbe164d7a09d2bd30dd676d0bb3171405958 Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 9 Jan 2024 22:46:51 +0100 Subject: [PATCH] Bump Kitsu and Zou versions (0.17.55 and 0.17.63) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34004c0..1dd0bb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV DB_USERNAME=root DB_HOST= # https://github.com/cgwire/zou/tags ARG ZOU_VERSION=0.17.63 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.17.54 +ARG KITSU_VERSION=0.17.55 USER root