File tree Expand file tree Collapse file tree 18 files changed +23
-23
lines changed
nodejs-react-postgres/client Expand file tree Collapse file tree 18 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 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
3
3
4
4
# Create and change to the app directory
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 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
3
3
4
4
# Set the working directory
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory
5
5
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory to /app
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory to /app
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory to /app
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory to /app
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory to /app
5
5
WORKDIR /app
You can’t perform that action at this time.
0 commit comments