From 99b3168d5b8b1b8f26eee2bd2457506fd04ef8ed Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 14 May 2021 17:42:47 +0200 Subject: [PATCH] updates - node.js 14.7.0 - hardened malloc 8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0615cef..fba32bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ ARG MASTODON_VERSION=3.4.0rc2 ARG MASTODON_REPOSITORY=tootsuite/mastodon ARG RUBY_VERSION=2.7.3 -ARG NODE_VERSION=14.16.1 +ARG NODE_VERSION=14.17.0 ARG ALPINE_VERSION=3.13 -ARG HARDENED_MALLOC_VERSION=7 +ARG HARDENED_MALLOC_VERSION=8 ARG LIBICONV_VERSION=1.16 ARG UID=991