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