Skip to content

Commit 0fbe980

Browse files
committed
update to debian bookworm
1 parent 897264c commit 0fbe980

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:buster-slim
1+
FROM debian:bookworm-slim
22

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

55
RUN mkdir /var/www/letsencrypt
66

0 commit comments

Comments
 (0)