Skip to content

Commit 9d8d637

Browse files
fix(deps): update python to v3.12.6
1 parent fd6aab4 commit 9d8d637

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: containers/python311_alpine/Dockerfile.python311_alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.8-alpine3.19 as builder
1+
FROM python:3.12.6-alpine3.19 as builder
22

33
LABEL org.opencontainers.image.title="Python 3.11 image base image"
44
LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/argo-python3.11.8-alpine3.19"

Diff for: containers/python312_alpine/Dockerfile.python312_alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.12.2-alpine3.19 as builder
2+
FROM python:3.12.6-alpine3.19 as builder
33

44
LABEL org.opencontainers.image.title="Python 3.12 image base image"
55
LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/argo-python3.12.2-alpine3.19"

Diff for: python/understack-workflows/poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: python/understack-workflows/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
[tool.poetry.dependencies]
25-
python = "~3.11.0"
25+
python = "~3.12.0"
2626

2727
pydantic = "^2"
2828
pynautobot = "^2.2.1"

0 commit comments

Comments
 (0)