From f889170ea71b5f65aaef8ad1ffee5936ac280da0 Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Wed, 25 Sep 2024 16:22:03 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.19.63 and 0.19.55) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5581a40..33eb85b 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.19.55 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.61 +ARG KITSU_VERSION=0.19.63 USER root