Skip to content

Commit

Permalink
fix(deps): update python to v3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent fd6aab4 commit 9d8d637
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/python311_alpine/Dockerfile.python311_alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.8-alpine3.19 as builder
FROM python:3.12.6-alpine3.19 as builder

Check warning on line 1 in containers/python311_alpine/Dockerfile.python311_alpine

View workflow job for this annotation

GitHub Actions / build-ghcr-registry

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

LABEL org.opencontainers.image.title="Python 3.11 image base image"
LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/argo-python3.11.8-alpine3.19"
Expand Down
2 changes: 1 addition & 1 deletion containers/python312_alpine/Dockerfile.python312_alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM python:3.12.2-alpine3.19 as builder
FROM python:3.12.6-alpine3.19 as builder

Check warning on line 2 in containers/python312_alpine/Dockerfile.python312_alpine

View workflow job for this annotation

GitHub Actions / build-ghcr-registry

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

LABEL org.opencontainers.image.title="Python 3.12 image base image"
LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/argo-python3.12.2-alpine3.19"
Expand Down
4 changes: 2 additions & 2 deletions python/understack-workflows/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/understack-workflows/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "~3.11.0"
python = "~3.12.0"

pydantic = "^2"
pynautobot = "^2.2.1"
Expand Down

0 comments on commit 9d8d637

Please sign in to comment.