We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ba59b6 + ff434e3 commit fe1c089Copy full SHA for fe1c089
Dockerfile
@@ -9,7 +9,7 @@ RUN apk add --no-cache git \
9
&& go mod tidy \
10
&& CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o reviewdog ./cmd/reviewdog
11
12
-FROM node:22-alpine@sha256:fc3e945f920b7e3000cd1af86c4ae406ec70c72f328b667baf0f3a8910d69eed
+FROM node:24-alpine@sha256:820e86612c21d0636580206d802a726f2595366e1b867e564cbc652024151e8a
13
14
ENV MARKDOWNLINT_CLI_VERSION=v0.42.0
15
RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION"
0 commit comments