From c87937dc40abe2791a128b4463a6a5ceba181be4 Mon Sep 17 00:00:00 2001 From: Roman Rizzi Date: Thu, 10 Oct 2019 02:17:46 -0300 Subject: [PATCH] DEV: Bump uglifyjs We now support uglifyjs version 3 in Discourse core, no need to hold back the upgrade. --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 507c1c6..ba51a21 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -49,7 +49,7 @@ RUN cd / &&\ rm -f /etc/apt/apt.conf.d/40proxy &&\ locale-gen en_US &&\ apt install -y nodejs &&\ - npm install -g uglify-js@"<3" &&\ + npm install -g uglify-js &&\ npm install -g svgo ADD install-nginx /tmp/install-nginx -- 2.25.1