Skip to content

Commit 88beb5d

Browse files
committed
used version 20
1 parent c2f7c66 commit 88beb5d

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

samples/angular-express/backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
1+
# Use the slim version of Node.js v20 on Debian Bookworm as the base image
2+
FROM node:20-bookworm-slim
33

44
# Create and change to the app directory
55
WORKDIR /app

samples/bullmq-bullboard-redis/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
1+
# Use the slim version of Node.js v20 on Debian Bookworm as the base image
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory
55
WORKDIR /app

samples/bullmq-bullboard-redis/board/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory
55
WORKDIR /app

samples/bullmq-bullboard-redis/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory
55
WORKDIR /app

samples/feathersjs/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory
55
WORKDIR /usr/src/app

samples/nodejs-chatroom/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs-express/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs-form/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs-http/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs-openai/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the slim version of Node.js on Debian Bookworm as the base image
2-
FROM node:bookworm-slim
2+
FROM node:20-bookworm-slim
33

44
# Set the working directory to /app
55
WORKDIR /app

0 commit comments

Comments
 (0)