From 41d76507fd274ffa71a8139714b42d5ad53e9c6e Mon Sep 17 00:00:00 2001 From: Valentin Silyutin Date: Fri, 11 Sep 2026 15:55:27 +0400 Subject: [PATCH] Fix 18.17 --- 18.17/1.0.2/Dockerfile | 2 -- 18.17/2.0.0/Dockerfile | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/18.17/1.0.2/Dockerfile b/18.17/1.0.2/Dockerfile index cfe24c9..c09facb 100644 --- a/18.17/1.0.2/Dockerfile +++ b/18.17/1.0.2/Dockerfile @@ -1,5 +1,3 @@ FROM node:18.17-alpine3.18 RUN apk add --no-cache git openjdk17-jre-headless openssh -WORKDIR /app -ENV HOME=/app CMD ["/bin/sh"] diff --git a/18.17/2.0.0/Dockerfile b/18.17/2.0.0/Dockerfile index c09facb..cfe24c9 100644 --- a/18.17/2.0.0/Dockerfile +++ b/18.17/2.0.0/Dockerfile @@ -1,3 +1,5 @@ FROM node:18.17-alpine3.18 RUN apk add --no-cache git openjdk17-jre-headless openssh +WORKDIR /app +ENV HOME=/app CMD ["/bin/sh"]