diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 51ab1d8..72ef0ca 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable +FROM nginx:1.26.1-bookworm RUN apt -y update && apt -y install vim procps # COPY nginx.conf /etc/nginx/nginx.conf