diff --git a/Dockerfile.nginx b/Dockerfile.nginx index 00110bf..9c747fe 100644 --- a/Dockerfile.nginx +++ b/Dockerfile.nginx @@ -1,5 +1,5 @@ # Use the official Nginx image as the base image -FROM nginx:latest +FROM nginx:1.29.4-trixie # Copy the Nginx configuration file into the container COPY nginx.conf /etc/nginx/nginx.conf