Skip to content
Merged
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 test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ RUN install-tool hashin 0.17.0
# renovate: datasource=pypi
RUN install-tool poetry 1.7.1
# renovate: datasource=pypi
RUN install-tool pdm 2.12.2
RUN install-tool pdm 2.12.3

#--------------------------------------
# Image: test-ruby
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ FROM build as test-pdm
USER 1000

# renovate: datasource=pypi
RUN install-tool pdm 2.12.2
RUN install-tool pdm 2.12.3

#--------------------------------------
# test c: python2.7
Expand Down