22.20-1.1.0

This commit is contained in:
2026-03-10 14:51:37 +04:00
parent 35497114b4
commit daaa1d5e7c

3
22.20/1.1.0/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM node:22.20-alpine3.21
RUN apk add --no-cache bash git openjdk17-jre-headless openssh
CMD ["/bin/sh"]