diff --git a/api/Dockerfile-nginx b/api/Dockerfile-nginx index 52e4a350c..c9e3f6d7e 100644 --- a/api/Dockerfile-nginx +++ b/api/Dockerfile-nginx @@ -2,7 +2,7 @@ # "nginx" stage # ############################# # depends on the "php" stage above, and with an litle bit of help from https://github.com/shiphp/nginx-env -FROM nginx:latest AS api_platform_nginx +FROM nginx:1.23 AS api_platform_nginx # Due to our config we need a copy of the public folder for serving static content COPY docker/nginx/conf.d/default.conf.template /etc/nginx/templates/default.conf.template