feat: update to node 22

This commit is contained in:
2024-06-03 14:11:07 +02:00
committed by Rainer Killinger
parent 25d18e681b
commit a962a35a8b
16 changed files with 93 additions and 451 deletions

View File

@@ -2,6 +2,8 @@ FROM node:22-alpine
RUN apk update && apk add git curl jq && mkdir -p /opt
RUN corepack enable
COPY --chown=root:root wait-for.sh /opt/wait-for
RUN chmod +x /opt/wait-for && ln -s /opt/wait-for /usr/local/bin/wait-for