File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ruby:2.5.8 -alpine
1+ FROM ruby:2.6.10 -alpine
22ENV LANG ja_JP.UTF-8
33ENV PAGER busybox less
44
@@ -9,7 +9,7 @@ RUN apk update && \
99 build-base \
1010 curl-dev \
1111 git \
12- iproute2-minimal \
12+ iproute2 \
1313 libxml2-dev \
1414 libxslt-dev \
1515 linux-headers \
Original file line number Diff line number Diff line change 1- FROM ruby:2.5.8 -alpine
1+ FROM ruby:2.6.10 -alpine
22ENV LANG ja_JP.UTF-8
33ENV PAGER busybox less
44
@@ -8,7 +8,7 @@ RUN apk update && \
88 bash \
99 build-base \
1010 curl-dev \
11- iproute2-minimal \
11+ iproute2 \
1212 git \
1313 libxml2-dev \
1414 libxslt-dev \
Original file line number Diff line number Diff line change 1- FROM ruby:2.5.8 -alpine
1+ FROM ruby:2.6.10 -alpine
22ENV LANG ja_JP.UTF-8
33ENV PAGER busybox less
44
@@ -9,7 +9,7 @@ RUN apk update && \
99 build-base \
1010 curl-dev \
1111 git \
12- iproute2-minimal \
12+ iproute2 \
1313 libxml2-dev \
1414 libxslt-dev \
1515 linux-headers \
You can’t perform that action at this time.
0 commit comments