Skip to content

Commit 89bfa0e

Browse files
Update to 2.6.3
1 parent b08d6b8 commit 89bfa0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2.6/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.6/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)