Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Chainguard's Python image
FROM python:3.13.2-slim AS builder
FROM python:3.14.0rc2-slim AS builder

ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
Expand All @@ -22,7 +22,7 @@ RUN echo $PATH
RUN CC=gcc uv sync --frozen --no-dev

#FROM cgr.dev/chainguard/python:latest-dev
FROM python:3.13.2-slim
FROM python:3.14.0rc2-slim
# Set the working directory
WORKDIR /app

Expand Down
Loading