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

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

parent c9d61b0b
No related branches found
No related tags found
1 merge request!181chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.28
Pipeline #127892 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.27
FROM nginxinc/nginx-unprivileged:1.28
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
......
services:
nginx:
image: nginxinc/nginx-unprivileged:1.27
image: nginxinc/nginx-unprivileged:1.28
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.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.
Please register or to comment