From 49fbbdc814ebb5561f3fe12651c11388ef12217e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:04:27 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .github/workflows/test.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 98c529f..a0c415d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: # Linux runner runs-on: ubuntu-latest # Container image that the job will run in - container: python:3.10 + container: python:3.13 # Service containers services: diff --git a/Dockerfile b/Dockerfile index 354b461..798e227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-buster +FROM python:3.11-buster WORKDIR /workspace RUN apt-get update