diff --git a/Dockerfile b/Dockerfile index 634ca56..bffbcb7 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.26 +ARG ZOU_VERSION=0.19.27 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.19.28 +ARG KITSU_VERSION=0.19.29 USER root