Skip to content

Commit

Permalink
Relaxed alpine docker img nodejs installation
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
  • Loading branch information
mirgee committed May 12, 2023
1 parent 0dc5f7c commit 7cce657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/libvcx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ RUN cp /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone
ENV TZ=UTC

RUN echo 'https://dl-cdn.alpinelinux.org/alpine/v3.17/main' >> /etc/apk/repositories
RUN apk add --no-cache nodejs=18.14.2-r0
RUN apk add --no-cache nodejs~=18

USER node

0 comments on commit 7cce657

Please sign in to comment.