Skip to content

Commit 8ebe297

Browse files
committed
Add v1.19.1-2.1 images
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent ad1631d commit 8ebe297

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

v1.19/arm64/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update \
2222
&& export MAKEFLAGS=-j$(nproc) \
2323
&& gem install oj -v 3.16.11 \
2424
&& gem install json -v 2.13.2 \
25-
&& gem install rexml -v 3.4.1 \
25+
&& gem install rexml -v 3.4.4 \
2626
&& gem install async -v 2.24.0 \
2727
&& gem install async-http -v 0.89.0 \
2828
&& gem install fluentd -v 1.19.1 \

v1.19/armhf/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
&& export MAKEFLAGS=-j$(nproc) \
3232
&& gem install oj -v 3.16.11 \
3333
&& gem install json -v 2.13.2 \
34-
&& gem install rexml -v 3.4.1 \
34+
&& gem install rexml -v 3.4.4 \
3535
&& gem install async -v 2.24.0 \
3636
&& gem install async-http -v 0.89.0 \
3737
&& gem install fluentd -v 1.19.1 \

v1.19/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
&& export MAKEFLAGS=-j$(nproc) \
2121
&& gem install oj -v 3.16.11 \
2222
&& gem install json -v 2.13.2 \
23-
&& gem install rexml -v 3.4.1 \
23+
&& gem install rexml -v 3.4.4 \
2424
&& gem install async -v 2.24.0 \
2525
&& gem install async-http -v 0.89.0 \
2626
&& gem install fluentd -v 1.19.1 \

v1.19/windows-ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN refreshenv \
1919
&& type "c:\ProgramData\gemrc" \
2020
&& gem install oj -v 3.16.11 \
2121
&& gem install json -v 2.13.2 \
22-
&& gem install rexml -v 3.4.1 \
22+
&& gem install rexml -v 3.4.4 \
2323
&& gem install fluentd -v 1.19.1 \
2424
&& gem install win32-service -v 2.3.2 \
2525
&& gem install win32-ipc -v 0.7.0 \

v1.19/windows-ltsc2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN refreshenv \
1919
&& type "c:\ProgramData\gemrc" \
2020
&& gem install oj -v 3.16.11 \
2121
&& gem install json -v 2.13.2 \
22-
&& gem install rexml -v 3.4.1 \
22+
&& gem install rexml -v 3.4.4 \
2323
&& gem install fluentd -v 1.19.1 \
2424
&& gem install win32-service -v 2.3.2 \
2525
&& gem install win32-ipc -v 0.7.0 \

0 commit comments

Comments
 (0)