Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.3 (#1812)
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 Nov 27, 2024
1 parent 9141ea3 commit ac50c15
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.2-alpine
FROM nginx:1.27.3-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.2-alpine
image: nginx:1.27.3-alpine
volumes:
- $PWD/nginx-proxy.conf:/etc/nginx/conf.d/default.conf:ro
ports:
Expand Down

0 comments on commit ac50c15

Please sign in to comment.