Skip to content
Draft
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 docs/docker/Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.7-alpine AS builder
FROM python:3.14.0-alpine AS builder

SHELL ["/bin/sh", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=cache,target=${POETRY_CACHE_DIR},uid=${OWASP_UID},gid=${OWASP_G
poetry install --no-root && \
rm -rf docs/poetry.lock docs/pyproject.toml

FROM python:3.13.7-alpine
FROM python:3.14.0-alpine

SHELL ["/bin/sh", "-o", "pipefail", "-c"]

Expand Down