Skip to content

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
@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