Skip to content
Snippets Groups Projects
Commit 80f7f57b authored by Renovate Bot's avatar Renovate Bot :robot:
Browse files

chore(deps): update node.js to v22

parent e2b300fd
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ COPY . /app/wishlist ...@@ -4,7 +4,7 @@ COPY . /app/wishlist
RUN sed -i 's/{{app_to_install}}/wishlist/g' core/settings.py && sed -i 's/{{app_to_install}}/wishlist/g' core/urls.py RUN sed -i 's/{{app_to_install}}/wishlist/g' core/settings.py && sed -i 's/{{app_to_install}}/wishlist/g' core/urls.py
FROM node:21 AS node FROM node:22 AS node
WORKDIR /app/wishlist WORKDIR /app/wishlist
COPY --from=core /app /app COPY --from=core /app /app
RUN npm ci && npm run tailwind RUN npm ci && npm run tailwind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment