mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update Danger image dependency versions
This commit is contained in:
parent
4c868fd6b0
commit
a8fb190479
1 changed files with 5 additions and 5 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue