Skip to content

Commit

Permalink
IGVF-35-cypress-circleci
Browse files Browse the repository at this point in the history
Downgrading node in case cypress-io/cypress#15025 is correct.
  • Loading branch information
forresttanaka committed Mar 8, 2022
1 parent 10dfbc6 commit 847d00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.0-alpine
FROM node:14.19.0-alpine

WORKDIR /docker

Expand All @@ -16,4 +16,4 @@ COPY . .

RUN npm run build

ENTRYPOINT ["/docker/entrypoint.sh"]
ENTRYPOINT ["/docker/entrypoint.sh"]

0 comments on commit 847d00d

Please sign in to comment.