From 7d4a074b435e357e31783c3a08aba34f0028f7d9 Mon Sep 17 00:00:00 2001 From: Derek Bender Date: Wed, 7 Nov 2018 17:22:00 -0600 Subject: [PATCH] bump yarn in docker test plan: - docker-compose down # take down existing containers - docker-compose build - docker-compose run --rm web yarn install - docker-compose run --rm web bundle exec rake canvas:compile_assets - docker-compose up - Ensure canvas loads Change-Id: I47862fdbacc7414bf39e86344deb082667736e35 Reviewed-on: https://gerrit.instructure.com/171513 Tested-by: Jenkins Reviewed-by: Gary Mei QA-Review: Derek Bender Product-Review: Derek Bender --- Dockerfile | 2 +- Dockerfile-production | 2 +- build/Dockerfile.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index df93c2b96ca..ae9e6e683ba 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 1.10.1-1 +ENV YARN_VERSION 1.12.3-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 06c7a97d646..d237d43bbb0 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 1.10.1-1 +ENV YARN_VERSION 1.12.3-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 4d26a86c125..fdc36fc5a92 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 1.10.1-1 +ENV YARN_VERSION 1.12.3-1 # Work around github.com/zertosh/v8-compile-cache/issues/2 # This can be removed once yarn pushes a release including the fixed version