Skip to content

Commit 334883d

Browse files
authored
Merge pull request #105 from nk-ty/update/ruby-2.6
Update ruby 2.6
2 parents 564ad94 + 7ceef53 commit 334883d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.8-alpine
1+
FROM ruby:2.6.10-alpine
22
ENV LANG ja_JP.UTF-8
33
ENV 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 \

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.8-alpine
1+
FROM ruby:2.6.10-alpine
22
ENV LANG ja_JP.UTF-8
33
ENV 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 \

Dockerfile.system-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.8-alpine
1+
FROM ruby:2.6.10-alpine
22
ENV LANG ja_JP.UTF-8
33
ENV 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 \

0 commit comments

Comments
 (0)