Skip to content

Commit

Permalink
Remove nodejs dependency pinning to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkrupa committed Jun 24, 2018
1 parent 36a948a commit dce11be
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 @@ -3,7 +3,7 @@ FROM $BUILD_FROM

ENV LANG C.UTF-8

RUN apk add --no-cache jq nodejs=8.11.2-r0 nodejs-npm && \
RUN apk add --no-cache jq nodejs nodejs-npm && \
npm set unsafe-perm true

# Copy data for add-on
Expand Down

0 comments on commit dce11be

Please sign in to comment.