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 Nov 27, 2024
1 parent a170418 commit 07449dd
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
Expand Up @@ -13,7 +13,7 @@ COPY app/frontend/ ./
RUN npm run build

# Stage 2: python build
FROM python:3.12-slim AS python-builder
FROM python:3.13-slim@sha256:4efa69bf17cfbd83a9942e60e2642335c3b397448e00410063a0421f9727c4c4 AS python-builder
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv

WORKDIR /code
Expand Down

0 comments on commit 07449dd

Please sign in to comment.