From 731723a535ba82b0b0b39f945baa1008445ec626 Mon Sep 17 00:00:00 2001 From: Steven Burnett Date: Tue, 21 Nov 2017 14:44:52 -0700 Subject: [PATCH] upgrade yarn in dockerfile refs: CORE-674 Change-Id: Ic660ccc55670d19a483ce89a907e7179db569b78 Reviewed-on: https://gerrit.instructure.com/133518 Tested-by: Jenkins Reviewed-by: Ryan Shaw Product-Review: Ryan Shaw QA-Review: Ryan Shaw --- Dockerfile | 2 +- Dockerfile-production | 2 +- build/Dockerfile.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb894c5a78b50..9bdc7afe14dff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM instructure/ruby-passenger:2.4 ENV APP_HOME /usr/src/app/ ENV RAILS_ENV "production" ENV NGINX_MAX_UPLOAD_SIZE 10g -ENV YARN_VERSION 0.27.5-1 +ENV YARN_VERSION 1.3.2-1 # Work around github.com/zertosh/v8-compile-cache/issues/2 # This can be removed once yarn pushes a release including the fixed version diff --git a/Dockerfile-production b/Dockerfile-production index f1f520a3f5b5e..6b585b4215d04 100644 --- a/Dockerfile-production +++ b/Dockerfile-production @@ -8,7 +8,7 @@ FROM instructure/ruby-passenger:2.4 ENV APP_HOME /usr/src/app/ ENV RAILS_ENV "production" ENV NGINX_MAX_UPLOAD_SIZE 10g -ENV YARN_VERSION 0.27.5-1 +ENV YARN_VERSION 1.3.2-1 # Work around github.com/zertosh/v8-compile-cache/issues/2 # This can be removed once yarn pushes a release including the fixed version diff --git a/build/Dockerfile.template b/build/Dockerfile.template index e2bad581b865e..b58f1b6d891b5 100644 --- a/build/Dockerfile.template +++ b/build/Dockerfile.template @@ -5,7 +5,7 @@ FROM instructure/ruby-passenger:2.4 ENV APP_HOME /usr/src/app/ ENV RAILS_ENV "production" ENV NGINX_MAX_UPLOAD_SIZE 10g -ENV YARN_VERSION 0.27.5-1 +ENV YARN_VERSION 1.3.2-1 # Work around github.com/zertosh/v8-compile-cache/issues/2 # This can be removed once yarn pushes a release including the fixed version