We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c4b55 commit e14680fCopy full SHA for e14680f
.ruby-version
@@ -1 +1 @@
1
-2.4.4
+2.7.7
.travis.yml
@@ -4,7 +4,7 @@ sudo: false
4
language: ruby
5
6
rvm:
7
- - 2.4.4
+ - 2.7.7
8
9
addons:
10
postgresql: "9.6"
Dockerfile
@@ -1,8 +1,8 @@
-FROM ruby:2.4.4
+FROM ruby:2.7.7
2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
3
RUN mkdir /activities-app
WORKDIR /activities-app
COPY Gemfile /activities-app/Gemfile
COPY Gemfile.lock /activities-app/Gemfile.lock
RUN bundle install
-COPY . /activities-app
+COPY . /activities-app
0 commit comments