Start using Ubuntu 20.04 (focal)

This commit is contained in:
Ayaz Salikhov
2020-05-28 10:41:26 +02:00
parent 2c0af4ab51
commit a2086ce626
4 changed files with 20 additions and 28 deletions

View File

@@ -43,6 +43,6 @@ docker run --rm -it \
# directory so that the FQDN doesn't have to be known later.
docker run --rm -it \
-v $SECRETS_VOLUME:/etc/letsencrypt \
ubuntu:18.04 \
ubuntu:20.04 \
bash -c "ln -s /etc/letsencrypt/live/$FQDN/* /etc/letsencrypt/ && \
find /etc/letsencrypt -type d -exec chmod 755 {} +"