From 1d52096cfc4ff591d315e892ba0978cf1c3a0f49 Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 2 Jul 2024 17:34:23 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.19.45 and 0.19.44) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b59586..9a28b8b 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.43 +ARG ZOU_VERSION=0.19.44 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.44 +ARG KITSU_VERSION=0.19.45 USER root