Skip to content
Closed
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 RemoteSettings.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Compile stage
############################

FROM python:3.14.5 AS compile
FROM python:3.15.0b2 AS compile

ENV VIRTUAL_ENV=/opt/.venv \
PATH="/opt/.venv/bin:$PATH"
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN ./pull-kinto-admin.sh
# Production stage
############################

FROM python:3.14.5-slim AS production
FROM python:3.15.0b2-slim AS production

ENV KINTO_INI=config/local.ini \
KINTO_ADMIN_ASSETS_PATH=/app/kinto-admin/build/ \
Expand Down
Loading