Skip to content

Commit

Permalink
Updated the ruby version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreshth-Malik committed Oct 18, 2023
1 parent ddcc519 commit 4dfc809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker_setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apt-get update
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_14.x | sh -
apt-get install -y nodejs
apt-get install -y npm
Expand Down
2 changes: 1 addition & 1 deletion local.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3
FROM ruby:2.7.1

COPY . /app
WORKDIR /app
Expand Down

1 comment on commit 4dfc809

@Shreshth-Malik
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E2360. Changing ruby version in the dockerfile and installing curl in docker_setup

Please sign in to comment.