Skip to content

Commit ad1631d

Browse files
committed
Bump rexml version to 3.4.4
Fix GHSA-c2f4-jgmc-q2r5 in 3.4.2 or later. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 53f36de commit ad1631d

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
@@ -63,7 +63,7 @@ RUN refreshenv \
6363
&& type "c:\ProgramData\gemrc" \
6464
&& gem install oj -v 3.16.11 \
6565
&& gem install json -v 2.13.2 \
66-
&& gem install rexml -v 3.4.1 \
66+
&& gem install rexml -v 3.4.4 \
6767
&& gem install fluentd -v <%= fluentd_ver %> \
6868
&& gem install win32-service -v 2.3.2 \
6969
&& gem install win32-ipc -v 0.7.0 \
@@ -100,7 +100,7 @@ RUN apt-get update \
100100
&& export MAKEFLAGS=-j$(nproc) \
101101
&& gem install oj -v 3.16.11 \
102102
&& gem install json -v 2.13.2 \
103-
&& gem install rexml -v 3.4.1 \
103+
&& gem install rexml -v 3.4.4 \
104104
&& gem install async -v 2.24.0 \
105105
&& gem install async-http -v 0.89.0 \
106106
&& gem install fluentd -v <%= fluentd_ver %> \

0 commit comments

Comments
 (0)