18.17-2.0.0

This commit is contained in:
2026-09-11 15:54:34 +04:00
parent 910609de39
commit bb4182b6af
2 changed files with 5 additions and 0 deletions

3
18.17/2.0.0/Dockerfile Normal file
View File

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