Skip to content

Commit

Permalink
test: fix order and support yarn major
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 30, 2024
1 parent dacb9fb commit 615974a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ FROM build as test-node
RUN install-tool node v20.12.2
# renovate: datasource=npm
RUN install-tool pnpm 9.0.6
# renovate: datasource=npm
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 1.22.22

#--------------------------------------
Expand All @@ -142,13 +142,13 @@ 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 pipenv 2023.12.1
# renovate: datasource=pypi
RUN install-tool hashin 1.0.1
# renovate: datasource=pypi
RUN install-tool poetry 1.8.2
RUN install-tool pipenv 2023.12.1
# renovate: datasource=pypi
RUN install-tool pdm 2.15.1
# renovate: datasource=pypi
RUN install-tool poetry 1.8.2

#--------------------------------------
# Image: test-ruby
Expand Down
8 changes: 4 additions & 4 deletions test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ FROM build as test-node
RUN install-tool node v20.12.2
# renovate: datasource=npm
RUN install-tool pnpm 9.0.6
# renovate: datasource=npm
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 1.22.22

#--------------------------------------
Expand All @@ -142,13 +142,13 @@ 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 pipenv 2023.12.1
# renovate: datasource=pypi
RUN install-tool hashin 1.0.1
# renovate: datasource=pypi
RUN install-tool poetry 1.8.2
RUN install-tool pipenv 2023.12.1
# renovate: datasource=pypi
RUN install-tool pdm 2.15.1
# renovate: datasource=pypi
RUN install-tool poetry 1.8.2

#--------------------------------------
# Image: test-ruby
Expand Down

0 comments on commit 615974a

Please sign in to comment.