Skip to content

Commit

Permalink
build(docker): update node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Nov 20, 2023
1 parent 73b4f71 commit d75003a
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.1-r0
RUN apk add --no-cache --update nodejs=18.18.2-r0

WORKDIR /action

Expand Down

0 comments on commit d75003a

Please sign in to comment.