Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file updater removing variants from docker tags #5560

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

deivid-rodriguez
Copy link
Contributor

It was only using the last new requirement while I believe it should be using the corresponding updated requirement for each old requirement.

Fixes #5538.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner August 19, 2022 16:53
It was only using the last new requirement while I believe it should be
using the corresponding updated requirement for each old requirement.
@jeffwidman
Copy link
Member

jeffwidman commented Aug 29, 2022

@deivid-rodriguez we might need to re-evaluate this one... see: #3261 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: docker Docker containers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-slim suffix removed when updating Dockerfile base image from python:3.10.5 to python:3.10.6
3 participants