Update ubuntu to focal-20221130

This commit is contained in:
Gerrit Gogel 2023-01-10 14:52:14 +01:00
parent 6e7c0ab0b9
commit 584878d38b

View file

@ -9,7 +9,8 @@ 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-20221019
FROM ubuntu:focal-20221130
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \