Skip to content

Commit

Permalink
test(deps): update dependency conan to v2.4.1 (#2794)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent de1acc5 commit 1e32013
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ FROM build as test-python
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.4
# renovate: datasource=pypi
RUN install-tool conan 2.4.0
RUN install-tool conan 2.4.1
# renovate: datasource=pypi
RUN install-tool hashin 1.0.1
# renovate: datasource=pypi
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ FROM build as test-python
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.4
# renovate: datasource=pypi
RUN install-tool conan 2.4.0
RUN install-tool conan 2.4.1
# renovate: datasource=pypi
RUN install-tool hashin 1.0.1
# renovate: datasource=pypi
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ RUN prepare-tool conan
USER 1000

# renovate: datasource=pypi
RUN install-tool conan 2.4.0
RUN install-tool conan 2.4.1

RUN set -ex; \
cd b-conan; \
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN install-tool poetry 1.8.3
FROM test-python as test-conan

# renovate: datasource=pypi
RUN install-tool conan 2.4.0
RUN install-tool conan 2.4.1

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 1e32013

Please sign in to comment.