From 922befd46059e343633ad00f6734cd25855ef676 Mon Sep 17 00:00:00 2001 From: Nicolas Ledez Date: Tue, 12 Dec 2023 20:37:41 +0100 Subject: [PATCH] Bump Kitsu and Zou versions (0.17.51 and 0.17.61) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff5de1b..2babbe8 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.17.59 +ARG ZOU_VERSION=0.17.61 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.17.49 +ARG KITSU_VERSION=0.17.51 USER root