Forcing node 22.4, as 22.5 has issues atm
All checks were successful
/ build (push) Successful in 33s
/ release (push) Successful in 6s

This commit is contained in:
Firq 2024-07-18 22:02:20 +02:00
parent 9e4f7d6128
commit 4a0e371abe
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,2 +1,2 @@
FROM node:22-alpine
FROM node:22.4-alpine
RUN apk -U upgrade && apk add --no-cache git openssh