Skip to content
Closed
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 apps/it-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM docker.io/library/node:22-alpine AS builder
FROM docker.io/library/node:24-alpine AS builder

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Blocker (bug): CI build failure on linux/amd64 must be resolved before merge; Build (linux/amd64) check reported failure.

Automated finding from AI PR review.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Info (security): Base image uses mutable tag ':24-alpine' without digest pinning; AGENTS.md §2 recommends @​sha256:... digests for immutability.

Automated finding from AI PR review.

ARG VERSION
WORKDIR /tmp
ADD https://github.com/sharevb/it-tools.git#${VERSION} .
Expand Down
Loading