Bump Docker base image from 'node:16-bullseye-slim' to 'node:18-bullseye-slim'
Signed-off-by: Florian JUDITH <florian.judith.b@gmail.com>
This commit is contained in:
@@ -418,7 +418,7 @@ The following is an example of a `Dockerfile` that can be used to package the
|
||||
output of building a package with role `'backend'` into an image:
|
||||
|
||||
```Dockerfile
|
||||
FROM node:16-bullseye-slim
|
||||
FROM node:18-bullseye-slim
|
||||
WORKDIR /app
|
||||
|
||||
COPY yarn.lock package.json packages/backend/dist/skeleton.tar.gz ./
|
||||
|
||||
Reference in New Issue
Block a user