update ubuntu base image

This commit is contained in:
Gerrit Gogel 2021-08-26 06:54:21 +02:00
parent 28b66f7802
commit bf9bdd1da8

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