Skip to content

Commit 235ae87

Browse files
author
vitalie
committed
Silent “gem update --system”
1 parent e980c46 commit 235ae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ruby:2.5.9 as builder
22

33
ARG GITHUB_OAUTH_TOKEN=notset
44

5-
RUN gem update --silent --system 3.3.26
5+
RUN gem update --system 3.3.26 > /dev/null 2>&1
66

77
WORKDIR /app
88

0 commit comments

Comments
 (0)