From 3787616c280918d52d14000b534f3f59db363769 Mon Sep 17 00:00:00 2001 From: Dan Minkevitch Date: Fri, 5 Oct 2018 10:49:00 -0700 Subject: [PATCH] Upgrade Yarn version to 1.10.1 if you are having problems after this commit you need to either: `brew upgrade yarn` or` apt-get install yarn` or rebuild your docker container or do whatever else you use to manage software versions Change-Id: I5c163baa8c4c814eeabca9a46501d508736a4ca1 Reviewed-on: https://gerrit.instructure.com/167252 Tested-by: Jenkins Reviewed-by: Jeremy Stanley QA-Review: Dan Minkevitch Product-Review: Dan Minkevitch --- Dockerfile | 2 +- Dockerfile-production | 2 +- build/Dockerfile.template | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6f2828db44..df93c2b96ca 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.9.4-1 +ENV YARN_VERSION 1.10.1-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 9fc9bd0d900..06c7a97d646 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.9.4-1 +ENV YARN_VERSION 1.10.1-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 4710a0fd469..4d26a86c125 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.9.4-1 +ENV YARN_VERSION 1.10.1-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/package.json b/package.json index 9715f62680e..126b9981ea9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "engines": { "node": ">=8.10.0", - "yarn": "1.9.4" + "yarn": "1.10.1" }, "private": true, "workspaces": {