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

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

parent d71ce486
Branches
No related tags found
2 merge requests!124MEP,!97chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.25
Pipeline #72526 passed
......@@ -9,7 +9,7 @@ COPY ./ /app/
RUN yarn build
# 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 ./nginx/nginx.conf /etc/nginx/nginx.conf
COPY ./nginx/site.prod.conf /etc/nginx/conf.d/default.conf
......
version: '3.7'
services:
nginx:
image: nginxinc/nginx-unprivileged:1.23
image: nginxinc/nginx-unprivileged:1.25
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.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