Update Danger image dependency versions

This commit is contained in:
Andrew Smith (EspadaV8) 2021-07-08 16:46:47 +00:00 committed by Rémy Coutable
parent 4c868fd6b0
commit a8fb190479

View file

@ -1,15 +1,15 @@
FROM ruby:2.7.3
FROM ruby:2.7.4
MAINTAINER GitLab Quality Team
# Danger manipulates git diff output. When an unicode char is present in the diff, it chokes with
# Danger manipulates git diff output. When a unicode char is present in the diff, it chokes with
# (Danger::DSLError) [!] Invalid `Dangerfile` file: invalid byte sequence in US-ASCII
# eg. https://gitlab.com/gitlab-org/gitlab-foss/-/jobs/275286625
ENV LC_ALL "C.UTF-8"
ENV NODE_VERSION=14.16.1
ENV NODE_VERSION=14.17.2
ENV YARN_VERSION=1.22.10
ENV GITLAB_GEM_VERSION=4.16.1
ENV DANGER_GEM_VERSION=8.2.3
ENV GITLAB_GEM_VERSION=4.17.0
ENV DANGER_GEM_VERSION=8.3.1
ENV DANGER_GITLAB_GEM_VERSION=8.0.0
ADD /scripts/ /scripts/