Skip to content
Snippets Groups Projects
Commit b7ffb48a authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

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

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

See merge request !97
parents 9b2d4172 e82df242
No related branches found
No related tags found
2 merge requests!124MEP,!97chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.25
Checking pipeline status
...@@ -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