Skip to content

Commit

Permalink
Merge pull request #26 from dijonkitchen/patch-1
Browse files Browse the repository at this point in the history
build: use latest Node LTS version
  • Loading branch information
rafaelfranca authored Jun 6, 2023
2 parents f8acb50 + 1ea06bf commit 0eb6fa1
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 @@ -5,8 +5,8 @@ FROM ruby:$RUBY_VERSION-slim
# Install dependencies
RUN apt-get update -qq && apt-get install -y build-essential libvips gnupg2 curl git

# Ensure node.js 19 is available for apt-get
ARG NODE_MAJOR=19
# Ensure node.js 18 is available for apt-get
ARG NODE_MAJOR=18
RUN curl -sL https://deb.nodesource.com/setup_$NODE_MAJOR.x | bash -

# Install node and yarn
Expand Down

0 comments on commit 0eb6fa1

Please sign in to comment.