From a97afa9815c2a85f42acf8d87643410367bbce2e Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Wed, 8 Jan 2025 19:53:09 +0000 Subject: [PATCH] Bump Kitsu and Zou versions (0.20.15 and 0.20.2) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a13c39..cbd8cc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ ENV DEBIAN_FRONTEND=noninteractive ENV PG_VERSION=14 ENV DB_USERNAME=root DB_HOST= # https://github.com/cgwire/zou/tags -ARG ZOU_VERSION=0.19.69 +ARG ZOU_VERSION=0.20.2 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.75 +ARG KITSU_VERSION=0.20.15 USER root