From: Roman Rizzi Date: Thu, 10 Oct 2019 05:17:46 +0000 (-0300) Subject: DEV: Bump uglifyjs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c87937dc40abe2791a128b4463a6a5ceba181be4;p=discourse_docker.git DEV: Bump uglifyjs We now support uglifyjs version 3 in Discourse core, no need to hold back the upgrade. --- 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