Commit graph

15 commits

Author SHA1 Message Date
Lukas Eipert
034a8bd568
Update to yarn 1.21.1
Last year there was a recommended security update:
https://classic.yarnpkg.com/blog/2019/07/12/recommended-security-update/

This updates yarn to the latest stable version
2020-02-05 21:27:58 +01:00
Stan Hu
8ead021c4d Pin all Ruby 2.6 images to 2.6.3
Ruby 2.6.4 may have a string bug:
https://bugs.ruby-lang.org/issues/16136
2019-09-04 16:13:20 -07:00
Adrien Kohlbecker
e2f9674612 Set a UTF-8 locale for Danger 2019-08-27 12:35:32 +00:00
Lukas Eipert
caae675aee
Pin node versions 2019-07-09 03:37:09 +02:00
Lukas 'Eipi' Eipert
57318c5920 Update Dockerfile for danger to node@12 2019-06-27 08:22:08 +00:00
Rémy Coutable
1f34c34f6b
Update Dockerfile.danger to use Ruby 2.6
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-24 21:31:16 +02:00
James Lopez
96c31269ac Fix alex version 2019-02-01 16:05:01 +00:00
James Lopez
c60b5d21ef Update Dockerfile.danger to add alex dependency 2019-02-01 16:03:44 +00:00
Lukas Eipert
d19f00aea1 Update yarn version to the correct one 2018-12-12 16:15:41 +00:00
Rémy Coutable
c981f973f9
Update Node and Yarn in the Danger image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-12 16:20:06 +01:00
Stan Hu
f0ec140a5a Bump Ruby interpreter to 2.4.5 2018-10-17 14:53:34 -07:00
Lukas Eipert
5380948868
Ensure that package managers clean up
Every package manager should clean up after themselves in order to keep
docker layers neat and tiny:

apt (Debian/Ubuntu package manager):

 - unneeded dependencies are cleared (autoremove)
 - caches are cleaned (clean)
 - package lists are deleted

yum (CentOS package manager),
zypper (OpenSuse package manager)

 - should clear caches after installing dependencies

pip (Python package manager),
apk (Alpine package manager)

 - should use no cache for installing dependencies
2018-10-04 23:29:51 +02:00
Lukas Eipert
216a8252dd
Fix node and yarn version in danger image
Copied the build instructions from the official node image
526c6e618/8/alpine/Dockerfile
2018-09-29 08:54:33 +02:00
Lukas Eipert
d6c4035adb
Add node and yarn to the Danger image 2018-09-24 09:59:58 +02:00
Rémy Coutable
b74990fdd5
Add a custom Docker image for Danger jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-26 13:09:21 +02:00