We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897264c commit 0fbe980Copy full SHA for 0fbe980
nginx/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM debian:buster-slim
+FROM debian:bookworm-slim
2
3
-RUN apt update && apt install -y cron curl nginx python-certbot-nginx && apt-get clean
+RUN apt update && apt install -y cron curl nginx python3-certbot-nginx && apt-get clean
4
5
RUN mkdir /var/www/letsencrypt
6
0 commit comments