Skip to content
Snippets Groups Projects
Commit 5abe0941 authored by Renovate Bot's avatar Renovate Bot
Browse files

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

parent 78e0e525
No related branches found
No related tags found
No related merge requests found
Pipeline #61478 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.23 FROM nginxinc/nginx-unprivileged:1.25
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
......
version: '3.7' version: '3.7'
services: services:
nginx: nginx:
image: nginxinc/nginx-unprivileged:1.23 image: nginxinc/nginx-unprivileged:1.25
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/site.conf:/etc/nginx/conf.d/default.conf - ./nginx/site.conf:/etc/nginx/conf.d/default.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment