mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
update seafile-server base image to focal-20220531
This commit is contained in:
parent
c5dd18c641
commit
d0810602fe
|
@ -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-20220426
|
||||
FROM ubuntu:focal-20220531
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
|
|
Loading…
Reference in a new issue