Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Dockerfile #78

Merged
merged 3 commits into from
Feb 1, 2024
Merged

fix: Dockerfile #78

merged 3 commits into from
Feb 1, 2024

Conversation

tsuyoshicho
Copy link
Owner

No description provided.

@tsuyoshicho tsuyoshicho self-assigned this Feb 1, 2024
Dockerfile Outdated
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
RUN curl -sL https://api.github.com/repos/redpen-cc/redpen/releases/tags/redpen-${REDPEN_VERSION} -o - \
# hadolint ignore=DL4006
RUN wget https://api.github.com/repos/redpen-cc/redpen/releases/tags/redpen-${REDPEN_VERSION} \
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [hadolint] <DL3047> reported by reviewdog 🐶
Avoid use of wget without progress bar. Use wget --progress=dot:giga <url>. Or consider using -q or -nv (shorthands for --quiet or --no-verbose).

@tsuyoshicho tsuyoshicho added the bump:patch Bump up patch version label Feb 1, 2024
@tsuyoshicho tsuyoshicho merged commit 4c5755b into master Feb 1, 2024
9 checks passed
@tsuyoshicho tsuyoshicho deleted the fix/dockerfile branch February 1, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump:patch Bump up patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant