Skip to content

Commit

Permalink
Bump node from 18-alpine to 20-alpine in /frontend (#7638)
Browse files Browse the repository at this point in the history
* Bump node from 18-alpine to 22-alpine in /frontend

Bumps node from 18-alpine to 22-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* pin frontend docker file to node 20

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bob Zhao <[email protected]>
  • Loading branch information
dependabot[bot] and fzhao99 authored May 6, 2024
1 parent 3649468 commit 5a3ead5
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 @@ -49,7 +49,7 @@ RUN echo "REACT_APP_CONTENT_SECURITY_POLICY_SCRIPT_SRC=''" >> .env.production.lo
RUN yarn run build

# production environment
FROM node:18-alpine
FROM node:20-alpine
RUN npm install -g serve
WORKDIR /app/frontend
COPY --from=build /app/frontend/build /app/frontend/build
Expand Down

0 comments on commit 5a3ead5

Please sign in to comment.