Skip to content

Commit

Permalink
build: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Nov 30, 2023
1 parent 19a2382 commit d09c2aa
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 @@ -4,7 +4,7 @@ FROM alpine:3.18 AS base

# hadolint ignore=DL3018
RUN apk add --no-cache --update \
nodejs=18.17.0-r0 \
nodejs=18.18.2-r0 \
git=2.40.1-r0 \
openssh=9.3_p2-r0 \
ca-certificates=20230506-r0 \
Expand Down

0 comments on commit d09c2aa

Please sign in to comment.