Browse Source

docs: Update node version in example dockerfile

Michael Bromley 9 months ago
parent
commit
14d9a5e7ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/guides/deployment/using-docker.md

+ 1 - 1
docs/docs/guides/deployment/using-docker.md

@@ -10,7 +10,7 @@ weight: 3
 The default installation with `@vendure/create` includes a sample Dockerfile:
 
 ```dockerfile title="Dockerfile"
-FROM node:16
+FROM node:22
 
 WORKDIR /usr/src/app