Skip to content

Commit

Permalink
test(deps): update dependency conan to v2.3.1 (#2657)
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] committed May 16, 2024
1 parent 6307f85 commit 4df6398
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 @@ -142,7 +142,7 @@ FROM build as test-python
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.3
# renovate: datasource=pypi
RUN install-tool conan 2.3.0
RUN install-tool conan 2.3.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 @@ -142,7 +142,7 @@ FROM build as test-python
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.3
# renovate: datasource=pypi
RUN install-tool conan 2.3.0
RUN install-tool conan 2.3.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 @@ -257,7 +257,7 @@ RUN prepare-tool conan
USER 1000

# renovate: datasource=pypi
RUN install-tool conan 2.3.0
RUN install-tool conan 2.3.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 @@ -65,7 +65,7 @@ RUN install-tool poetry 1.8.3
FROM test-python as test-conan

# renovate: datasource=pypi
RUN install-tool conan 2.3.0
RUN install-tool conan 2.3.1

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

0 comments on commit 4df6398

Please sign in to comment.