diff --git a/Dockerfile.danger b/Dockerfile.danger index 26e8909..0ee4df0 100644 --- a/Dockerfile.danger +++ b/Dockerfile.danger @@ -1,4 +1,4 @@ -FROM ruby:2.7.4-buster +FROM ruby:2.7.5-buster MAINTAINER GitLab Quality Team # Danger manipulates git diff output. When a unicode char is present in the diff, it chokes with diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index e6192c5..9bd8c3d 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -215,8 +215,8 @@ function print_ruby_args() { ;; 2.7|2.7.patched) - RUBY_VERSION="2.7.4" - RUBY_DOWNLOAD_SHA256="3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b" + RUBY_VERSION="2.7.5" + RUBY_DOWNLOAD_SHA256="2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1" ;; # Please update any clients still asking for these images to request `ruby-2.7` instead,