Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.4 (#1852)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 246b625 commit f94ab80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG VITE_VERSION=0.0.0
RUN npm run build

# Bundle static assets with nginx
FROM nginx:1.27.3-alpine
FROM nginx:1.27.4-alpine
ENV NODE_ENV=production

COPY default.conf /etc/nginx/conf.d/default.conf
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
GITHUB_TOKEN: '${GITHUB_TOKEN}'

proxy:
image: nginx:1.27.3-alpine
image: nginx:1.27.4-alpine
volumes:
- $PWD/nginx-proxy.conf:/etc/nginx/conf.d/default.conf:ro
ports:
Expand Down

0 comments on commit f94ab80

Please sign in to comment.