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

[Docker] Update to use latest stable python 3 #476

Merged
merged 1 commit into from
Mar 6, 2021
Merged

[Docker] Update to use latest stable python 3 #476

merged 1 commit into from
Mar 6, 2021

Conversation

gabriel-tessier
Copy link
Collaborator

Updated the docker alpine image as it was previously using rc which is actually using python 3.10.0a5... which was raising several errors, I think it's better to stay on stable version to ensure that all the other dependencies are able to run.

Detail of the python version (It may change when you will check as the rc is always on the latest python version).
https://hub.docker.com/_/python/

I go with python:3-alpine which is now (when I write the PR) on 3.9.2.

I also added xgd-utils to solve warning.

Copy link
Owner

@mingrammer mingrammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mingrammer mingrammer merged commit d0dea9e into mingrammer:master Mar 6, 2021
haad added a commit to haad/diagrams that referenced this pull request May 12, 2022
* 537: (33 commits)
  feat(provider): update OCI icons (mingrammer#537)
  docs: add IBM provider
  bump: up to version 0.20.0
  feat(provider): added diagrams for IBM Provider (mingrammer#525)
  fix(readme): link to the GitPitch Cloud Diagram Markdown Widget (mingrammer#504)
  feat(node): update Azure icons (mingrammer#448) (mingrammer#494)
  feat(node): add Onprem Gitea (mingrammer#478)
  docs(all): update to main replica (mingrammer#477)
  docs(readme): fix typo (mingrammer#496)
  docs(readme): fix GitPitch website link
  feat(dev/docker): update to use latest stable python 3 (mingrammer#476)
  fix: wrong type check and indentations
  chore(deps-dev): bump pylint from 2.4.4 to 2.7.0 (mingrammer#470)
  docs(node): fix wrong class names
  bump: up to version 0.19.1
  fix: wrong aliases and order
  bump: up to version 0.19.0
  docs(edges): update edges example code
  chore(deps): bump jinja2 from 2.11.1 to 2.11.3 (mingrammer#456)
  docs: add contributors badge
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants