We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520afaf commit 29a6e13Copy full SHA for 29a6e13
Dockerfile
@@ -1,5 +1,6 @@
1
# Use a specific Node.js version for better reproducibility
2
-FROM node:23.3.0-slim AS builder
+#FROM node:23.3.0-slim AS builder
3
+FROM node:23.3.0 AS builder
4
5
# Install pnpm globally and install necessary build tools
6
RUN npm install -g pnpm@9.4.0 && \
0 commit comments