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
33
44# Create and change to the app directory
55WORKDIR /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
33
44# Set the working directory
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
Original file line number Diff line number Diff line change 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
55WORKDIR /app
You can’t perform that action at this time.
0 commit comments