Skip to content

Conversation

@pcothenet
Copy link
Contributor

No description provided.


# hadolint ignore=DL3006
RUN apk add --update --no-cache build-base git
RUN apk --no-cache add git
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [hadolint] <DL3018> reported by reviewdog 🐶
Pin versions in apk add. Instead of apk add <package> use apk add <package>=<version>


# hadolint ignore=DL3006
RUN gem install haml_lint
RUN gem install haml_lint 'rubocop:~>1.31.2' rubocop-rails rubocop-performance rubocop-rake rubocop-rspec
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [hadolint] <DL3028> reported by reviewdog 🐶
Pin versions in gem install. Instead of gem install <gem> use gem install <gem>:<version>

@pcothenet pcothenet merged commit 0563c4a into master Sep 14, 2022
@pcothenet pcothenet deleted the pc/update branch September 14, 2022 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants