Skip to content

Commit

Permalink
Use previously working node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmartian committed Jan 14, 2024
1 parent 8dbe1d2 commit 72371b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:slim
# FROM node:slim
FROM node:19.6.0-slim

COPY package*.json interval.js ./
RUN npm install
Expand Down

0 comments on commit 72371b8

Please sign in to comment.