We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e47dbe commit 50dcb44Copy full SHA for 50dcb44
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Node.js Slim image as the base
2
-FROM node:22-slim AS base
+FROM node:22.14.0-alpine3.21 AS base
3
4
# Set environment variables for pnpm
5
ENV PNPM_HOME="/pnpm"
0 commit comments