Skip to content

Commit

Permalink
focus on ruby 3.3.0 and node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
pzgz committed Mar 9, 2024
1 parent 721c5ea commit 07b8741
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
Expand Up @@ -15,11 +15,11 @@ RUN apt-get update --assume-yes && apt-get install --assume-yes build-essential
# RUN /tmp/nodejs.sh
# RUN rm /tmp/buildconfig
# RUN rm /tmp/nodejs.sh
RUN /pd_build/nodejs.sh 18
# RUN /pd_build/nodejs.sh 18
RUN /pd_build/nodejs.sh 20

# Ruby support
RUN /pd_build/ruby-3.2.3.sh
# RUN /pd_build/ruby-3.2.3.sh
RUN /pd_build/ruby-3.3.0.sh

# Yarn support
Expand Down

0 comments on commit 07b8741

Please sign in to comment.