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 <gmei@instructure.com>
QA-Review: Derek Bender <djbender@instructure.com>
Product-Review: Derek Bender <djbender@instructure.com>
This commit is contained in:
Derek Bender 2018-11-07 17:22:00 -06:00
parent c71938c89c
commit 7d4a074b43
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ FROM instructure/ruby-passenger:2.4
ENV APP_HOME /usr/src/app/ ENV APP_HOME /usr/src/app/
ENV RAILS_ENV "production" ENV RAILS_ENV "production"
ENV NGINX_MAX_UPLOAD_SIZE 10g 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 # Work around github.com/zertosh/v8-compile-cache/issues/2
# This can be removed once yarn pushes a release including the fixed version # This can be removed once yarn pushes a release including the fixed version

View File

@ -8,7 +8,7 @@ FROM instructure/ruby-passenger:2.4
ENV APP_HOME /usr/src/app/ ENV APP_HOME /usr/src/app/
ENV RAILS_ENV "production" ENV RAILS_ENV "production"
ENV NGINX_MAX_UPLOAD_SIZE 10g 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 # Work around github.com/zertosh/v8-compile-cache/issues/2
# This can be removed once yarn pushes a release including the fixed version # This can be removed once yarn pushes a release including the fixed version

View File

@ -5,7 +5,7 @@ FROM instructure/ruby-passenger:2.4
ENV APP_HOME /usr/src/app/ ENV APP_HOME /usr/src/app/
ENV RAILS_ENV "production" ENV RAILS_ENV "production"
ENV NGINX_MAX_UPLOAD_SIZE 10g 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 # Work around github.com/zertosh/v8-compile-cache/issues/2
# This can be removed once yarn pushes a release including the fixed version # This can be removed once yarn pushes a release including the fixed version