We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f36de commit ad1631dCopy full SHA for ad1631d
Dockerfile.template.erb
@@ -63,7 +63,7 @@ RUN refreshenv \
63
&& type "c:\ProgramData\gemrc" \
64
&& gem install oj -v 3.16.11 \
65
&& gem install json -v 2.13.2 \
66
-&& gem install rexml -v 3.4.1 \
+&& gem install rexml -v 3.4.4 \
67
&& gem install fluentd -v <%= fluentd_ver %> \
68
&& gem install win32-service -v 2.3.2 \
69
&& gem install win32-ipc -v 0.7.0 \
@@ -100,7 +100,7 @@ RUN apt-get update \
100
&& export MAKEFLAGS=-j$(nproc) \
101
102
103
- && gem install rexml -v 3.4.1 \
+ && gem install rexml -v 3.4.4 \
104
&& gem install async -v 2.24.0 \
105
&& gem install async-http -v 0.89.0 \
106
0 commit comments