Use Gitea-compatible canary evidence upload #3

Merged
Jens merged 8 commits from codex/resolve-projectbrain-findings-20260828 into master 2026-09-01 20:09:22 +00:00
Showing only changes of commit 48147465b5 - Show all commits
+3
View File
@@ -11,6 +11,9 @@ ENV VITE_API_BASE_URL=$VITE_API_BASE_URL
RUN npm run build
FROM nginx:1.30.4-alpine@sha256:97d490c12ba55b4946b01546d1c3ed324e8d41ab1c9fcb2a616aa470620e5b46
# The pinned upstream image can lag Alpine security rebuilds. Apply the current
# fixes from its pinned Alpine release before shipping the runtime image.
RUN apk upgrade --no-cache
ARG VCS_REF=development
ARG BUILD_DATE=unknown
LABEL org.opencontainers.image.title="Fleet Ops Web" \