From fc78014409d2f01d13fa9026a2319a37c67193ba Mon Sep 17 00:00:00 2001 From: oznu Date: Wed, 3 Jun 2020 19:51:51 +1000 Subject: [PATCH] node v12.18.0 --- Dockerfile | 2 +- Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6dbb194..f0b3b03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN set -x && apk add --no-cache libgcc libstdc++ curl curl-dev coreutils tzdata && rm -rf /tmp/* \ && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf -ENV NODE_VERSION 12.17.0 +ENV NODE_VERSION 12.18.0 RUN set -x && curl -fLO https://github.com/oznu/alpine-node/releases/download/${NODE_VERSION}/node-v${NODE_VERSION}-linux-${QEMU_ARCH}-alpine.tar.gz \ && tar -xzf node-v${NODE_VERSION}-linux-${QEMU_ARCH}-alpine.tar.gz -C /usr --strip-components=1 --no-same-owner \ diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index ef17cd1..d9e47e3 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -27,7 +27,7 @@ RUN set -x && apt-get update \ && rm -rf /etc/cron.daily/apt-compat /etc/cron.daily/dpkg /etc/cron.daily/passwd /etc/cron.daily/exim4-base \ && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf -ENV NODE_VERSION 12.17.0 +ENV NODE_VERSION 12.18.0 RUN case "${QEMU_ARCH}" in \ x86_64) NODE_ARCH='x64';; \