Skip to content

Commit

Permalink
Downgrade node version in final step (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki authored Aug 30, 2024
1 parent eae0f71 commit d369231
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 @@ -37,7 +37,7 @@ RUN rm -rf ./node_modules/typescript



FROM nikolaik/python-nodejs:python3.12-nodejs22-alpine as final
FROM nikolaik/python-nodejs:python3.12-nodejs20-alpine as final

RUN corepack enable

Expand Down

0 comments on commit d369231

Please sign in to comment.