Skip to content

Commit

Permalink
Downgrade node (#253)
Browse files Browse the repository at this point in the history
Specify node to be the most recent project compatible version
  • Loading branch information
enjiwood authored Nov 5, 2024
1 parent 78d669c commit 50a0fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js image as a base image
FROM node:lts
FROM node:21.7.3

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit 50a0fa3

Please # to comment.