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
2 changes: 1 addition & 1 deletion app/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build from the repo root so the shared cedar/ policies are in context:
# docker build -t cloudsec-api:local -f app/api/Dockerfile .
FROM python:3.12-slim@sha256:d764629ce0ddd8c71fd371e9901efb324a95789d2315a47db7e4d27e78f1b0e9 AS base
FROM python:3.14-slim@sha256:44dd04494ee8f3b538294360e7c4b3acb87c8268e4d0a4828a6500b1eff50061 AS base

# Non-root, high UID (passes the namespace's restricted Pod Security).
RUN useradd --uid 10001 --create-home --shell /usr/sbin/nologin appuser
Expand Down