Skip to content
Snippets Groups Projects
Commit 5548c5c5 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

Merge branch 'renovate/node-22.x' into 'main'

chore(deps): update node.js to v22

See merge request tobiasff3200/wishlist!147
parents 62ad7fc3 80f7f57b
No related branches found
No related tags found
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 register or to comment