Skip to content

Commit 7efbc39

Browse files
committed
Use latest ubuntu in letsencrypt exaxmple
1 parent 336a158 commit 7efbc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-compose/bin/letsencrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ docker run -it --rm \
4343
# directory so that the FQDN doesn't have to be known later.
4444
docker run -it --rm \
4545
-v "${SECRETS_VOLUME}":/etc/letsencrypt \
46-
ubuntu:22.04 \
46+
ubuntu \
4747
bash -c "ln -s /etc/letsencrypt/live/${FQDN}/* /etc/letsencrypt/ && \
4848
find /etc/letsencrypt -type d -exec chmod 755 {} +"

0 commit comments

Comments
 (0)