Skip to content

Commit

Permalink
revert: "chore(api-python): update docker.io/python docker tag to v3.…
Browse files Browse the repository at this point in the history
…12.1 (#13180)" (#13513)

This reverts commit 731f275.
  • Loading branch information
hongbo-miao committed Dec 31, 2023
1 parent 8120be4 commit 24e9a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.12.1-alpine AS base
FROM docker.io/python:3.11.6-alpine AS base
WORKDIR /usr/src/app
ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 24e9a1a

Please sign in to comment.