From b08d6b8f9f54062384cf91a5e6b513c77e7b9852 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 9 Jul 2019 23:03:28 +0000 Subject: [PATCH] Update to 2.5.5, rubygems 3.0.3 --- 2.5/alpine3.10/Dockerfile | 2 +- 2.5/alpine3.9/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2.5/alpine3.10/Dockerfile b/2.5/alpine3.10/Dockerfile index 7c1958cd7..ea5757c0e 100644 --- a/2.5/alpine3.10/Dockerfile +++ b/2.5/alpine3.10/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ RUN set -eux; \ mkdir -p /usr/local/etc; \ { \ - echo 'install: --no-document'; \ + echo 'install: --no-document'; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc diff --git a/2.5/alpine3.9/Dockerfile b/2.5/alpine3.9/Dockerfile index 52d621602..5c6459185 100644 --- a/2.5/alpine3.9/Dockerfile +++ b/2.5/alpine3.9/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ RUN set -eux; \ mkdir -p /usr/local/etc; \ { \ - echo 'install: --no-document'; \ + echo 'install: --no-document'; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc