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 @@ -178,7 +178,7 @@ RUN install-tool python 3.12.11
178
178
# renovate: datasource=pypi
179
179
RUN install-tool checkov 3.2.432
180
180
# renovate: datasource=pypi
181
- RUN install-tool conan 2.18.0
181
+ RUN install-tool conan 2.18.1
182
182
# renovate: datasource=pypi
183
183
RUN install-tool copier 9.7.1
184
184
# renovate: datasource=pypi
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ RUN prepare-tool conan
216
216
USER 12021
217
217
218
218
# renovate: datasource=pypi
219
- RUN install-tool conan 2.18.0
219
+ RUN install-tool conan 2.18.1
220
220
221
221
RUN set -ex; \
222
222
cd b-conan; \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN install-tool poetry 1.8.5
78
78
FROM test-python AS test-conan
79
79
80
80
# renovate: datasource=pypi
81
- RUN install-tool conan 2.18.0
81
+ RUN install-tool conan 2.18.1
82
82
83
83
#--------------------------------------
84
84
# Image: copier
You can’t perform that action at this time.
0 commit comments