From 93630252bfc24edae741f8c1d5e8c1375ed92c9c Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 3 Sep 2024 20:58:38 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.19.54 and 0.19.52) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54a387c..6ddf3f6 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.50 +ARG ZOU_VERSION=0.19.52 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.53 +ARG KITSU_VERSION=0.19.54 USER root