diff --git a/Dockerfile b/Dockerfile index 2babbe8..34004c0 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.61 +ARG ZOU_VERSION=0.17.63 # https://github.com/cgwire/kitsu/tags -ARG KITSU_VERSION=0.17.51 +ARG KITSU_VERSION=0.17.54 USER root