diff --git a/Part08AppServices/badfatherapache/Dockerfile b/Part08AppServices/badfatherapache/Dockerfile index cd6efdf..0e1e7e0 100644 --- a/Part08AppServices/badfatherapache/Dockerfile +++ b/Part08AppServices/badfatherapache/Dockerfile @@ -1,3 +1,3 @@ -FROM httpd +FROM httpd:2.4-bullseye RUN rm /usr/local/apache2/htdocs/* COPY /website /usr/local/apache2/htdocs/