Skip to content

Commit

Permalink
fix: node version for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar-ahmed22 committed May 9, 2024
1 parent a752ae3 commit 013ec1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bullseye as builder

ARG NODE_VERSION=16.14.0
ARG YARN_VERSION=1.22.18
ARG NODE_VERSION=20.0.0
ARG YARN_VERSION=1.22.21

RUN apt-get update; apt install -y curl
RUN curl https://get.volta.sh | bash
Expand Down

0 comments on commit 013ec1b

Please sign in to comment.