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 Oct 8, 2024
1 parent 6afc12c commit d863b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Docker/PlexAniSync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12 AS builder
FROM python:3.13 AS builder

RUN apt-get update && \
apt-get install -y \
Expand All @@ -11,7 +11,7 @@ COPY requirements.txt .
# install dependencies to the local user directory (eg. /root/.local)
RUN pip install --user --no-warn-script-location -r requirements.txt

FROM python:3.12-slim
FROM python:3.13-slim

WORKDIR /plexanisync

Expand Down
2 changes: 1 addition & 1 deletion Docker/Tautulli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9 AS builder
FROM python:3.13 AS builder

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit d863b4b

Please sign in to comment.