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] authored Oct 19, 2023
1 parent 65ce29c commit 73186cc
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.10-slim as build
FROM python:3.12-slim as build

RUN apt-get update
RUN apt-get install -y --no-install-recommends build-essential gcc
Expand Down Expand Up @@ -26,7 +26,7 @@ COPY requirements.txt .
RUN pip install -r requirements.txt

# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652
FROM python:3.10-slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d
FROM python:3.12-slim@sha256:69ef15451984a34f4708f50bf1c93941ff7b78345dbd8bcaa9682819c0348edc

RUN groupadd -g 999 python && \
useradd -r -u 999 -g python python
Expand Down

0 comments on commit 73186cc

Please sign in to comment.