Skip to content

Commit

Permalink
Bump NODE_VER to 16.13.2, to solve security issues (#17399)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljakots committed Jan 30, 2022
1 parent a0e06c3 commit aa45404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# Install Node v16 (LTS)
ENV NODE_VER="16.13.0"
ENV NODE_VER="16.13.2"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
Expand Down

0 comments on commit aa45404

Please sign in to comment.