without alpine
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m33s
Build and deploy the backend to staging / Add a comment to the PR to notify about the deployment (pull_request) Successful in 7s

This commit is contained in:
2025-12-24 14:31:16 +00:00
parent 035aba0887
commit c81310cf8a

View File

@@ -1,5 +1,5 @@
# use python 3.12 as a base image # use python 3.12 as a base image
FROM docker.io/python:3.12-alpine FROM python:3.12-slim-bookworm
# use the latest version of uv, independently of the python version # use the latest version of uv, independently of the python version
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/