Skip to content
Merged
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
@@ -1,5 +1,5 @@
# Build stage - for CSS generation using Node.js and Tailwind CLI
FROM --platform=linux/amd64 node:22.22.0-alpine AS builder
FROM --platform=linux/amd64 node:22.22.2-alpine AS builder

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-publish

FROM --platform flag should not use a constant value

FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/

WORKDIR /app

Expand Down
Loading