diff --git a/Dockerfile b/Dockerfile index f0180d3..1804a87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM nginx +# We need to use NGINX 1.22.1 as that is the highest version of nginx the nginx-extras package supports +FROM docker.io/nginx:1.22.1 RUN apt-get update -y && apt-get install -y nginx-extras apache2-utils