update seafile-server baseimage to ubuntu:focal-20220316

This commit is contained in:
Gerrit Gogel 2022-03-27 03:02:29 +03:00
parent f9c9a0cd03
commit 6df6096b20

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-20211006
FROM ubuntu:focal-20220316
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \