Skip to content

Commit

Permalink
⬆️ Upgrades nodejs to 16.14.0-r0 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 19, 2022
1 parent 499f40c commit 2d2219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-viewer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
nginx=1.20.2-r0 \
nodejs=16.13.2-r0 \
nodejs=16.14.0-r0 \
npm=8.1.3-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
Expand Down

0 comments on commit 2d2219c

Please sign in to comment.