Skip to content

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 299d412 commit 377d89d
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.11 AS builder
FROM python:3.12 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.11-slim
FROM python:3.12-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.12 AS builder

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

0 comments on commit 377d89d

Please sign in to comment.