Skip to content

Commit

Permalink
Bump Kitsu and Zou versions (0.19.54 and 0.19.52) & upgrade to Ubuntu…
Browse files Browse the repository at this point in the history
… Jammy
  • Loading branch information
Nicolas Ledez committed Sep 4, 2024
1 parent 9363025 commit 730b249
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:focal
FROM ubuntu:jammy

ENV DEBIAN_FRONTEND=noninteractive
ENV PG_VERSION=12
ENV PG_VERSION=14
ENV DB_USERNAME=root DB_HOST=
# https://github.com/cgwire/zou/tags
ARG ZOU_VERSION=0.19.52
Expand Down Expand Up @@ -31,6 +31,7 @@ RUN mkdir -p /opt/zou/zou /var/log/zou /opt/zou/previews && \
redis-server \
software-properties-common \
supervisor \
xmlsec1 \
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 730b249

Please sign in to comment.