We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0b64e commit 756e783Copy full SHA for 756e783
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - for CSS generation using Node.js and Tailwind CLI
2
-FROM --platform=linux/amd64 node:22.19.0-alpine AS builder
+FROM --platform=linux/amd64 node:22.20.0-alpine AS builder
3
4
WORKDIR /app
5
0 commit comments