Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bartaz committed Nov 6, 2024
1 parent 1a9fff9 commit f319adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement

# Build stage: Install yarn dependencies
# ===
FROM node:20 AS yarn-dependencies
FROM node:22 AS yarn-dependencies
WORKDIR /srv
ADD package.json package.json
ADD yarn.lock yarn.lock
Expand Down

0 comments on commit f319adf

Please sign in to comment.