DEV: Bump uglifyjs
authorRoman Rizzi <rizziromanalejandro@gmail.com>
Thu, 10 Oct 2019 05:17:46 +0000 (02:17 -0300)
committerSam <sam.saffron@gmail.com>
Thu, 10 Oct 2019 05:17:46 +0000 (16:17 +1100)
We now support uglifyjs version 3 in Discourse core, no need to hold back the upgrade.

image/base/Dockerfile

index 507c1c60c271b3634e9d740116312a3035d1b9e3..ba51a214ca5a3a3b13c865faf7f3be7959eea358 100644 (file)
@@ -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