refactor: update node to 22

This commit is contained in:
2024-06-03 12:35:38 +02:00
parent 851a7460aa
commit 0a99aa4bde
6 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine3.18
FROM node:22-alpine
RUN apk update && apk add git curl jq && mkdir -p /opt