ci: upgrade image packages
Push -> develop / Build Docker image (push) Successful in 16s
Push -> develop / Deploy (push) Successful in 3s
Push -> develop / Notify on result (push) Successful in 0s

This commit is contained in:
2026-06-23 02:02:06 +00:00
parent 126b47b56a
commit 89dc3a2893
+3
View File
@@ -14,6 +14,9 @@ RUN bun run build
# Production stage
FROM nginx:alpine AS production
# Patch inherited Alpine OS packages to clear known CVEs not yet in the base image
RUN apk upgrade --no-cache
COPY --from=builder /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf