We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d394b4 commit 46aaf69Copy full SHA for 46aaf69
Dockerfile
@@ -9,9 +9,9 @@ copy package.json .
9
copy package-lock.json .
10
run npm ci
11
copy . .
12
-from node:lts-slim
+from node:${NODE_VERSION}
13
workdir /app
14
copy --from=build /app /app
15
-run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat > /dev/null
+run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat-openbsd > /dev/null
16
copy scripts/docker/run.sh /run.sh
17
cmd bash /run.sh
0 commit comments