diff --git a/Dockerfile b/Dockerfile index f2faea7..bb1d2cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,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 14.17.5 +ENV NODE_VERSION 14.17.6 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 cbb562f..e5d1312 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -29,7 +29,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 14.17.5 +ENV NODE_VERSION 14.17.6 RUN case "${QEMU_ARCH}" in \ x86_64) NODE_ARCH='x64';; \