Skip to content

Commit

Permalink
build: fix node version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Aug 30, 2023
1 parent 3a4b4a1 commit 6fa2e3d
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
Expand Up @@ -5,7 +5,7 @@
FROM alpine:3.18 AS base

# hadolint ignore=DL3018
RUN apk add --no-cache --update nodejs=18.17.0-r0
RUN apk add --no-cache --update nodejs=18.17.1-r0

WORKDIR /action

Expand Down

0 comments on commit 6fa2e3d

Please sign in to comment.