Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from reviewdog/depup/reviewdog
Browse files Browse the repository at this point in the history
chore(deps): update reviewdog to 0.18.1
  • Loading branch information
shogo82148 authored Jun 23, 2024
2 parents 74822b9 + 337c963 commit d8ad10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:current-alpine

ENV REVIEWDOG_VERSION=v0.18.0
ENV REVIEWDOG_VERSION=v0.18.1

RUN apk --no-cache add git

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / hadolint

[hadolint] Dockerfile#L5 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018)

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Raw output
message:"Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" location:{path:"Dockerfile" range:{start:{line:5 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}

Expand Down

0 comments on commit d8ad10b

Please sign in to comment.