chore(deps): update python docker tag to v3.13
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 46s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s

This commit is contained in:
Renovate 2025-01-24 22:53:51 +00:00
parent 616d81d398
commit fc0b3a7b2b
Signed by: Renovate
GPG key ID: C42AFED545031BE9

View file

@ -1,5 +1,5 @@
FROM ghcr.io/astral-sh/uv:0.5.24 AS uv
FROM python:3.11-slim AS python
FROM python:3.13-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5 AS python
FROM mcr.microsoft.com/vscode/devcontainers/base:bookworm
LABEL repository="www.coastalcommits.com/cswimr/SeaCogs"