We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2776795 + 50dcb44 commit f3e92e1Copy full SHA for f3e92e1
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