From 5debb6d175bd18595b9d1febfcad5decec449e5e Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 30 Jul 2024 21:14:33 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.19.53 and 0.19.50) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f13ff7..54a387c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ 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.49 +ARG ZOU_VERSION=0.19.50 # https://github.com/cgwire/kitsu/tags ARG KITSU_VERSION=0.19.53