mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
switch Dockerfile-dev to Ubuntu Focal
This commit is contained in:
parent
2622a700e0
commit
84e7f7414c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# This Dockerfile builds an image for development.
|
||||
FROM debian:buster
|
||||
FROM ubuntu:focal
|
||||
|
||||
# Note: this only exposes the port to other docker containers.
|
||||
EXPOSE 80 443
|
||||
|
|
|
|||
Loading…
Reference in a new issue