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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# non-root user and serves HTTP on port 3000, matching deploy/deployment.yaml's
# securityContext (runAsNonRoot, readOnlyRootFilesystem) and its liveness/readiness
# probes. Replace it with your stack's (typically multi-stage) build.
FROM python:3.13-alpine
FROM python:3.14.5-alpine
WORKDIR /app
RUN printf '<!doctype html><title>gitops-tenant-template</title><h1>Replace this placeholder with your app.</h1>\n' > index.html
EXPOSE 3000
Expand Down
Loading