diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 927ff54759..e45bbfdc57 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,7 +22,7 @@ jobs: # Set up ruby which we use in the verify shell script - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.6' + ruby-version: '2.7' # Runs a single command using the runners shell - name: install node modules diff --git a/Dockerfile b/Dockerfile index 94df7c7c55..9f97921fe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.2 +FROM ruby:3.1.3 MAINTAINER mrafayaleem@gmail.com RUN apt-get clean \