bump seafile-server base image to ubuntu:focal-20211006

This commit is contained in:
Gerrit Gogel 2021-11-11 17:16:57 +03:00
parent 8ef719e64b
commit ab15add43a

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