Skip to content

Commit 817f8aa

Browse files
committed
update Dockerfile to use Node.js 24.9.0-slim for CI stage
1 parent 7976a2d commit 817f8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/nestjs-project/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.0.0-slim AS ci
1+
FROM node:24.9.0-slim AS ci
22

33
ARG REPO_PATH=github.com/argentinaluiz/private-repo.git
44

0 commit comments

Comments
 (0)