From cac59e4fc45f0c28bf223eebfd512fc7dffbe99a Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 30 Jan 2024 20:05:04 +0100 Subject: [PATCH] Bump Kitsu and Zou versions (0.18.8 and 0.18.5) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 973a3b9..b7f222b 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.18.4 +ARG ZOU_VERSION=0.18.5 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.18.6 +ARG KITSU_VERSION=0.18.8 USER root