Daniel Jakots 2022-08-14 20:47:33 -04:00 committed by GitHub
parent ffe1ef9fcb
commit af32bdc7b2
1 changed files with 1 additions and 1 deletions

View File

@ -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.15.1"
ENV NODE_VER="16.16.0"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \