Skip to content

Commit

Permalink
Update Node.js to v20.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent f6e198f commit deda9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y default-mysql-client-core

COPY . .

FROM node:20.3.0 as node_tool
FROM node:20.13.1 as node_tool

RUN npm install -g @apidevtools/[email protected]

0 comments on commit deda9bb

Please sign in to comment.