Skip to content

Commit

Permalink
fix: upgrade node version for ubuntu base images
Browse files Browse the repository at this point in the history
- base -> v16.19.1
- nlatest -> v19.7.0
  • Loading branch information
pavel-snyk committed Mar 14, 2023
1 parent ade9b3c commit 77004ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/Dockerfile.nlatest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node \
&& apt update && apt upgrade -y && apt install gpg curl xz-utils -y

ENV NODE_VERSION 19.6.0
ENV NODE_VERSION 19.7.0

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down

0 comments on commit 77004ee

Please sign in to comment.