Skip to content

Commit

Permalink
chore: update Dockerfile to use latest NGINX version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsamdarshi committed Jul 24, 2024
1 parent ac0fe1e commit c2a5173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.yarn \
yarn build

# nginx server environment
FROM nginxinc/nginx-unprivileged:1.25-alpine
FROM nginxinc/nginx-unprivileged:1.27-alpine

COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=react-build /app/build /usr/share/nginx/html
Expand Down

0 comments on commit c2a5173

Please sign in to comment.