Updated to node 22
Some checks failed
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled

This commit is contained in:
Kasra Bigdeli
2025-06-22 18:46:47 -07:00
parent f56f3366a3
commit 683f353533
10 changed files with 29 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:22-alpine
RUN apk update && apk upgrade --no-cache && apk add --update --no-cache make gcc g++ git curl openssl openssh
RUN mkdir -p /usr/src/app