Skip to content

Commit

Permalink
Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jontyms committed Nov 20, 2024
1 parent 19f9d7c commit 6922cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Python base image
FROM python:3.11-bookworm AS base
FROM python:3.13-bookworm AS base

# Set the working directory in the container
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-testing
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Python base image
FROM python:3.11-bookworm
FROM python:3.13-bookworm

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit 6922cc6

Please sign in to comment.