Skip to content

Commit

Permalink
⬆️ Upgrades nodejs to 14.16.0-r0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 8, 2021
1 parent 3c74052 commit cac521d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log-viewer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
nginx=1.18.0-r13 \
nodejs=14.15.5-r0 \
npm=14.15.5-r0 \
nodejs=14.16.0-r0 \
npm=14.16.0-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.30.1-r0 \
Expand Down

0 comments on commit cac521d

Please sign in to comment.