Skip to content

Commit

Permalink
feat(dockerfile): downgrade node version, closes #473
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzCrazyKns committed Nov 19, 2024
1 parent c7bab91 commit b4a80d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:20.18.0-alpine

ARG NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
ARG NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
Expand Down

0 comments on commit b4a80d8

Please sign in to comment.