From d201bb0a08ef45289d147fbfa5a1e29a4eaadce8 Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Thu, 2 May 2024 17:50:49 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.19.29 and 0.19.27) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 634ca56..bffbcb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ ENV DEBIAN_FRONTEND=noninteractive ENV PG_VERSION=12 ENV DB_USERNAME=root DB_HOST= # https://github.com/cgwire/zou/tags -ARG ZOU_VERSION=0.19.26 +ARG ZOU_VERSION=0.19.27 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.28 +ARG KITSU_VERSION=0.19.29 USER root