Skip to content

Commit 50dcb44

Browse files
committed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Node.js Slim image as the base
2-
FROM node:22-slim AS base
2+
FROM node:22.14.0-alpine3.21 AS base
33

44
# Set environment variables for pnpm
55
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)