Skip to content

Commit b08d6b8

Browse files
Update to 2.5.5, rubygems 3.0.3
1 parent be75db3 commit b08d6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2.5/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.5/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

0 commit comments

Comments
 (0)