mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
fix rubocop version
This commit is contained in:
parent
a1797246c1
commit
cb89da1e88
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ RUN npm -g --no-cache install \
|
|||
####################
|
||||
# Run GEM installs #
|
||||
####################
|
||||
RUN gem install rubocop rubocop-rails rubocop-github
|
||||
RUN gem install rubocop -v 0.74 rubocop-rails rubocop-github
|
||||
|
||||
######################
|
||||
# Install shellcheck #
|
||||
|
|
Loading…
Reference in a new issue