Skip to content

Commit e82b8e1

Browse files
committed
It must be REXML 3.4.2 or later. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent a742832 commit e82b8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.template.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN refreshenv \
7070
&& echo gem: --no-document >> C:\ProgramData\gemrc \
7171
&& gem install oj -v 3.16.1 \
7272
&& gem install json -v 2.6.3 \
73-
&& gem install rexml -v 3.4.0 \
73+
&& gem install rexml -v 3.4.4 \
7474
&& gem install fluentd -v <%= fluentd_ver %> \
7575
&& gem install win32-service -v 2.3.2 \
7676
&& gem install win32-ipc -v 0.7.0 \
@@ -106,7 +106,7 @@ RUN apt-get update \
106106
&& echo 'gem: --no-document' >> /etc/gemrc \
107107
&& gem install oj -v 3.16.1 \
108108
&& gem install json -v 2.6.3 \
109-
&& gem install rexml -v 3.4.0 \
109+
&& gem install rexml -v 3.4.4 \
110110
&& gem install async -v 1.31.0 \
111111
&& gem install async-http -v 0.60.2 \
112112
&& gem install fluentd -v <%= fluentd_ver %> \

0 commit comments

Comments
 (0)