Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repo-integrations/remediate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ARG PIPENV_VERSION=2023.12.1
RUN install-tool pipenv

# renovate: datasource=github-releases depName=poetry packageName=python-poetry/poetry
ARG POETRY_VERSION=1.8.5
ARG POETRY_VERSION=2.1.1
RUN install-tool poetry

# renovate: datasource=pypi depName=hashin
Expand Down
2 changes: 1 addition & 1 deletion repo-integrations/scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ RUN install-tool pipenv
USER 0

# renovate: datasource=pypi
ARG POETRY_VERSION=1.6.0
ARG POETRY_VERSION=2.1.1
RUN install-tool poetry

#ENV GEM_HOME=/tmp/containerbase/cache/.ruby
Expand Down
2 changes: 1 addition & 1 deletion repo-integrations/scanner/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ RUN install-tool pipenv
USER 0

# renovate: datasource=pypi
ARG POETRY_VERSION=1.6.0
ARG POETRY_VERSION=2.1.1
RUN install-tool poetry

ENV GEM_HOME=/tmp/containerbase/cache/.ruby
Expand Down