File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 %> \
You can’t perform that action at this time.
0 commit comments