Skip to content

Commit a3d73e6

Browse files
fix(deps): update python to v3.13.0
1 parent 2e1fe24 commit a3d73e6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.13.0-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"

containers/python312_alpine/Dockerfile.python312_alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.2-alpine3.19 AS builder
1+
FROM python:3.13.0-alpine3.19 AS builder
22

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

python/understack-workflows/poetry.lock

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

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.13.0"
2626

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

0 commit comments

Comments
 (0)