Skip to content

Commit 29a6e13

Browse files
author
mike dupont
committed
try the default node image
1 parent 520afaf commit 29a6e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Use a specific Node.js version for better reproducibility
2-
FROM node:23.3.0-slim AS builder
2+
#FROM node:23.3.0-slim AS builder
3+
FROM node:23.3.0 AS builder
34

45
# Install pnpm globally and install necessary build tools
56
RUN npm install -g pnpm@9.4.0 && \

0 commit comments

Comments
 (0)