upgrade yarn in dockerfile
refs: CORE-674 Change-Id: Ic660ccc55670d19a483ce89a907e7179db569b78 Reviewed-on: https://gerrit.instructure.com/133518 Tested-by: Jenkins Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
f685ac4b83
commit
731723a535
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue