Skip to content

Commit

Permalink
Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 43692a0 commit c669fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gcr.io/distroless/python3-debian11 (runtime env is using 3.9 and that's imporatant for native dependencies)
FROM python:3.9-slim AS builder
FROM python:3.13-slim AS builder

WORKDIR /

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-azure-pipelines
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gcr.io/distroless/python3-debian11 (runtime env is using 3.9 and that's imporatant for native dependencies)
FROM python:3.9-slim AS builder
FROM python:3.13-slim AS builder

WORKDIR /

Expand All @@ -20,7 +20,7 @@ RUN pip3 install --target=/app -r requirements.txt --no-deps
COPY cognite/transformations_cli/ /app/cognite/transformations_cli/

# Distroless does not work with Azure pipelines
FROM python:3.9-bullseye
FROM python:3.13-bullseye
COPY --from=builder /app /app
ENV PYTHONPATH /app

0 comments on commit c669fcb

Please sign in to comment.