Skip to content

Commit

Permalink
Revert change to python slim image to fix crash on startup in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Sep 28, 2024
1 parent 4297951 commit 5a694bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/astral-sh/uv:0.4.17 AS uv

FROM python:3.11.10-slim
FROM python:3.11.10

COPY --from=uv /uv /usr/bin/uv

Expand Down

0 comments on commit 5a694bb

Please sign in to comment.