Skip to content

Commit d8de0bb

Browse files
authored
Merge pull request #169 from DefangLabs/unify-dockerfile
unified dockerfiles
2 parents fc6a334 + a5d5146 commit d8de0bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Dockerfile

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

44
# Create app directory
55
WORKDIR /usr/src/app
66

7-
# Install Sails globally
7+
# Install Sails.js globally
88
RUN npm install -g sails
99

1010
# Copy package.json and package-lock.json

0 commit comments

Comments
 (0)