From 3e3457732cee4ddff2e819e1d2aad3ab2edbd657 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Wed, 4 Dec 2024 02:30:31 +0000 Subject: [PATCH] Small correction --- .devcontainer/py312/.devcontainer/devcontainer.json | 2 +- .github/workflows/push_poetry_container.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/py312/.devcontainer/devcontainer.json b/.devcontainer/py312/.devcontainer/devcontainer.json index 76d67e74..49f3ee0f 100644 --- a/.devcontainer/py312/.devcontainer/devcontainer.json +++ b/.devcontainer/py312/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "args": { "NAME": "py_trees-312", "POETRY_VERSION": "1.8.4", - "PYTHON_VERSION": "3.12.8", + "PYTHON_VERSION": "3.12.4", "DEBIAN_VERSION": "bullseye" }, "context": ".." diff --git a/.github/workflows/push_poetry_container.yaml b/.github/workflows/push_poetry_container.yaml index 98cdc83d..3bb7be1e 100644 --- a/.github/workflows/push_poetry_container.yaml +++ b/.github/workflows/push_poetry_container.yaml @@ -4,9 +4,9 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}-ci POETRY_VERSION: 1.3.2 - PYTHON_PRIMARY_VERSION: 3.10.16 + PYTHON_PRIMARY_VERSION: 3.10.15 PYTHON_PRIMARY_TAG: py310 - PYTHON_SECONDARY_VERSION: 3.12.8 + PYTHON_SECONDARY_VERSION: 3.12.4 PYTHON_SECONDARY_TAG: py312 DEBIAN_VERSION: bullseye