Skip to content

Commit cd4ee0f

Browse files
committed
upgrade to debian buster
1 parent 23ee26c commit cd4ee0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM debian:stretch-slim
1+
FROM debian:buster-slim
22

3-
RUN apt-get update && apt-get install -y cron curl nginx python-certbot-nginx && apt-get clean
3+
RUN apt update && apt install -y cron curl nginx python-certbot-nginx && apt-get clean
44

55
RUN mkdir /var/www/letsencrypt
66

0 commit comments

Comments
 (0)