From a11d21b64abcdddfe6e29754a5f3094a73f82162 Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 4 Jun 2024 17:08:09 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.19.38 and 0.19.37) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81798b5..a279129 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.35 +ARG ZOU_VERSION=0.19.37 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.35 +ARG KITSU_VERSION=0.19.38 USER root