Skip to content

Commit fe1c089

Browse files
Merge pull request #29 from step-security/Raj-StepSecurity-patch-6
feat: Update Dockerfile
2 parents 3ba59b6 + ff434e3 commit fe1c089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache git \
99
&& go mod tidy \
1010
&& CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o reviewdog ./cmd/reviewdog
1111

12-
FROM node:22-alpine@sha256:fc3e945f920b7e3000cd1af86c4ae406ec70c72f328b667baf0f3a8910d69eed
12+
FROM node:24-alpine@sha256:820e86612c21d0636580206d802a726f2595366e1b867e564cbc652024151e8a
1313

1414
ENV MARKDOWNLINT_CLI_VERSION=v0.42.0
1515
RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION"

0 commit comments

Comments
 (0)