Skip to content

Commit

Permalink
Update nginx Docker tag to v1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Feb 15, 2024
1 parent 493918e commit 7f78579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . /app
RUN npm run build

# production environment
FROM nginx:1.17.5-alpine
FROM nginx:1.25.4-alpine
COPY --from=build /app/build /usr/share/nginx/html
# if you are using react router
# you need to overwrite the default nginx configurations
Expand Down

0 comments on commit 7f78579

Please sign in to comment.