Skip to content

Commit

Permalink
Update python Docker tag to v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent da3adcd commit 8153b36
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 python:3.11.2-slim as builder
FROM python:3.12.4-slim as builder

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand All @@ -7,7 +7,7 @@ COPY ./requirements.txt requirements.txt

RUN pip install --user -r requirements.txt

FROM python:3.11.2-slim
FROM python:3.12.4-slim

ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit 8153b36

Please sign in to comment.