Update Ubuntu image tag to focal-20230126

This commit is contained in:
Gerrit Gogel 2023-02-13 13:39:24 +01:00 committed by GitHub
parent e986aa2744
commit 02cd792e65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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