Skip to content

Commit 0b31331

Browse files
test(deps): update dependency conan to v2.22.0 (main) (#5345)
test(deps): update dependency conan to v2.22.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6565c55 commit 0b31331

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ RUN install-tool python 3.13.9
184184
# renovate: datasource=pypi
185185
RUN install-tool checkov 3.2.484
186186
# renovate: datasource=pypi
187-
RUN install-tool conan 2.21.0
187+
RUN install-tool conan 2.22.0
188188
# renovate: datasource=pypi
189189
RUN install-tool copier 9.10.3
190190
# renovate: datasource=pypi

test/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ RUN prepare-tool conan
223223
USER 12021
224224

225225
# renovate: datasource=pypi
226-
RUN install-tool conan 2.21.0
226+
RUN install-tool conan 2.22.0
227227

228228
RUN set -ex; \
229229
cd b-conan; \

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN install-tool poetry 2.2.1
7878
FROM test-python AS test-conan
7979

8080
# renovate: datasource=pypi
81-
RUN install-tool conan 2.21.0
81+
RUN install-tool conan 2.22.0
8282

8383
#--------------------------------------
8484
# Image: copier

0 commit comments

Comments
 (0)