Update ubuntu image tag to jammy-20230126

This commit is contained in:
Gerrit Gogel 2023-02-23 14:08:28 +01:00
parent 762c3f3983
commit b1f7541a1f

View file

@ -9,7 +9,7 @@ RUN cd /tmp && \
tar -zxvf seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
rm -f seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz
FROM ubuntu:focal-20230126
FROM ubuntu:jammy-20230126
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \