Skip to content

Commit

Permalink
Update docker.io/python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 17b578f commit 4222fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11-alpine
FROM docker.io/python:3.12-alpine
ENV PYTHONUNBUFFERED 1

RUN apk add --no-cache --upgrade \
Expand All @@ -20,7 +20,7 @@ RUN pip install -f /dep-wheels click requests && python /flexget/dev_tools.py bu
COPY . /flexget
RUN pip wheel --no-deps --wheel-dir /wheels -e /flexget

FROM docker.io/python:3.11-alpine
FROM docker.io/python:3.12-alpine
ENV PYTHONUNBUFFERED 1

RUN apk add --no-cache --upgrade \
Expand Down

0 comments on commit 4222fbc

Please sign in to comment.