Skip to content

Commit

Permalink
downgraded node version to 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-accesa committed Mar 7, 2022
1 parent 4deb430 commit c9eca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#####

# build the front-end app
FROM node:latest as build_fe
FROM node:17.0.1 as build_fe

COPY webapp/react /project
WORKDIR /project
Expand Down

0 comments on commit c9eca09

Please sign in to comment.