Skip to content

Commit

Permalink
Update python Docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 2a18216 commit f138d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11-slim AS builder

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion 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.11-slim AS builder

WORKDIR /

Expand Down

0 comments on commit f138d17

Please sign in to comment.