Skip to content

Commit

Permalink
chore(dockerfile): update Node.js version for compatibility in Next.j…
Browse files Browse the repository at this point in the history
…s quickstart
  • Loading branch information
kenaqshal authored Nov 20, 2023
1 parent fdc9d2b commit f4923b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/examples/nextjs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image
FROM node:16-alpine
FROM node:18.17-alpine

# set working directory
WORKDIR /app
Expand Down

0 comments on commit f4923b6

Please sign in to comment.