5 Commits

Author SHA1 Message Date
argoyle 9688c766a4 Merge branch 'node-22' into 'main'
ci: update to Node 22

See merge request unboundsoftware/pre-commit-node!7
2024-05-02 14:25:19 +00:00
argoyle 7a103b4ed6 ci: update to Node 22 2024-05-02 16:23:40 +02:00
argoyle d776cd8756 Merge branch 'renovate/node-20.x' into 'main'
chore(deps): update node.js to v20.12.2

See merge request unboundsoftware/pre-commit-node!6
2024-04-12 11:38:56 +00:00
Renovate 19e78110ef chore(deps): update node.js to v20.12.2 2024-04-11 13:52:36 +00:00
argoyle c8e4579ac6 fix: add pipx bin-dir to PATH 2024-04-08 08:09:40 +02:00
+3 -1
View File
@@ -1,4 +1,6 @@
FROM node:20.12.1 FROM node:22.0.0
ENV PATH=${PATH}:/root/.local/bin
RUN apt update && \ RUN apt update && \
apt install -y python3 python3-pip ruby git pipx && \ apt install -y python3 python3-pip ruby git pipx && \