Skip to content
Snippets Groups Projects
Unverified Commit b4281f5a authored by Daniel Jakots's avatar Daniel Jakots Committed by GitHub
Browse files

Update to Node.js-12.20.1 (#15558)

This is a security release. You can read the announce at
https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/
parent 2319e85a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
SHELL ["/usr/bin/bash", "-c"]
# Install Node v12 (LTS)
ENV NODE_VER="12.20.0"
ENV NODE_VER="12.20.1"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment