File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN refreshenv \
7171&& gem sources --clear-all
7272
7373# Remove gem cache and chocolatey
74- RUN powershell -Command "Remove-Item -Force C:\ruby32 \lib\ruby\gems\3.2 .0\cache\*.gem; Remove-Item -Recurse -Force 'C:\ProgramData\chocolatey'"
74+ RUN powershell -Command "Remove-Item -Force C:\ruby34 \lib\ruby\gems\3.4 .0\cache\*.gem; Remove-Item -Recurse -Force 'C:\ProgramData\chocolatey'"
7575
7676COPY fluent.conf /fluent/conf/fluent.conf
7777<% else %>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN refreshenv \
2727&& gem sources --clear-all
2828
2929# Remove gem cache and chocolatey
30- RUN powershell -Command "Remove-Item -Force C:\r uby32 \l ib\r uby\g ems\3 .2 .0\c ache\* .gem; Remove-Item -Recurse -Force 'C:\P rogramData\c hocolatey'"
30+ RUN powershell -Command "Remove-Item -Force C:\r uby34 \l ib\r uby\g ems\3 .4 .0\c ache\* .gem; Remove-Item -Recurse -Force 'C:\P rogramData\c hocolatey'"
3131
3232COPY fluent.conf /fluent/conf/fluent.conf
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN refreshenv \
2727&& gem sources --clear-all
2828
2929# Remove gem cache and chocolatey
30- RUN powershell -Command "Remove-Item -Force C:\r uby32 \l ib\r uby\g ems\3 .2 .0\c ache\* .gem; Remove-Item -Recurse -Force 'C:\P rogramData\c hocolatey'"
30+ RUN powershell -Command "Remove-Item -Force C:\r uby34 \l ib\r uby\g ems\3 .4 .0\c ache\* .gem; Remove-Item -Recurse -Force 'C:\P rogramData\c hocolatey'"
3131
3232COPY fluent.conf /fluent/conf/fluent.conf
3333
You can’t perform that action at this time.
0 commit comments