Skip to content
Snippets Groups Projects
Commit a3f6b9af authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Merge branch 'renovate/nginxinc-nginx-unprivileged-1.x' into 'dev'

chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.27

See merge request !154
parents 95e0f6cb 56406db5
No related branches found
No related tags found
2 merge requests!178feat: Allow to download all consents,!154chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.27
Pipeline #114341 passed
...@@ -9,7 +9,7 @@ COPY ./ /app/ ...@@ -9,7 +9,7 @@ COPY ./ /app/
RUN yarn build RUN yarn build
# Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx
FROM nginxinc/nginx-unprivileged:1.25 FROM nginxinc/nginx-unprivileged:1.27
COPY --from=build-stage /app/build/ /usr/share/nginx/html COPY --from=build-stage /app/build/ /usr/share/nginx/html
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./nginx/site.prod.conf /etc/nginx/conf.d/default.conf COPY ./nginx/site.prod.conf /etc/nginx/conf.d/default.conf
......
services: services:
nginx: nginx:
image: nginxinc/nginx-unprivileged:1.25 image: nginxinc/nginx-unprivileged:1.27
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/site.local.conf:/etc/nginx/conf.d/default.conf - ./nginx/site.local.conf:/etc/nginx/conf.d/default.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment