We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cabc7 commit 4afe99fCopy full SHA for 4afe99f
Dockerfile
@@ -32,6 +32,8 @@ RUN ls -l
32
# Stage 2: Production-ready image
33
FROM node:22-slim
34
35
+RUN apt-get update && apt-get install -y curl
36
+
37
WORKDIR /home/node/ziti-browzer-bootstrapper
38
39
# Copy installed node_modules from build stage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ziti-browzer-bootstrapper",
3
- "version": "0.82.3",
+ "version": "0.82.4",
4
"compatibleControllerVersion": ">=0.27.9",
5
"description": "Ziti BrowZer Bootstrapper -- providing Ziti network access into Dark web server",
6
"main": "index.js",
0 commit comments