We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db7f00 commit b6c6be8Copy full SHA for b6c6be8
Dockerfile.develop
@@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y default-mysql-client-core
18
19
COPY . .
20
21
-FROM node:20.3.0 as node_tool
+FROM node:20.19.5 as node_tool
22
23
RUN npm install -g @apidevtools/swagger-cli@4.0.4
0 commit comments