Skip to content

Commit

Permalink
⬆️ Upgrades nodejs to 14.18.1-r0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 7, 2021
1 parent f12b179 commit 2debff9
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.1-r3 \
nodejs=14.17.6-r0 \
nodejs=14.18.1-r0 \
npm=7.17.0-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
Expand Down

0 comments on commit 2debff9

Please sign in to comment.