Skip to content

Commit

Permalink
py3.12 => py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-papazian committed Jan 10, 2025
1 parent e2ff162 commit 093adb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils/build/docker/python/python3.12.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datadog/system-tests:python3.12.base-v5
FROM datadog/system-tests:python3.13.base-v0

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions utils/build/docker/python/python3.12.base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.1-slim
FROM python:3.13.1-slim

# install bin dependancies
RUN apt-get update && apt-get install -y curl git gcc g++ make cmake
Expand All @@ -15,6 +15,6 @@ RUN pip install django pycryptodome gunicorn gevent requests boto3==1.34.141 'mo
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
ENV PATH="/root/.cargo/bin:$PATH"

# docker build --progress=plain -f utils/build/docker/python/python3.12.base.Dockerfile -t datadog/system-tests:python3.12.base-v2 .
# docker push datadog/system-tests:python3.12.base-v2
# docker build --progress=plain -f utils/build/docker/python/python3.13.base.Dockerfile -t datadog/system-tests:python3.13.base-v0 .
# docker push datadog/system-tests:python3.13.base-v0

0 comments on commit 093adb9

Please sign in to comment.