Skip to content

Commit 4afe99f

Browse files
authored
0.82.4: Security updates (#362)
1 parent 92cabc7 commit 4afe99f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ RUN ls -l
3232
# Stage 2: Production-ready image
3333
FROM node:22-slim
3434

35+
RUN apt-get update && apt-get install -y curl
36+
3537
WORKDIR /home/node/ziti-browzer-bootstrapper
3638

3739
# Copy installed node_modules from build stage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ziti-browzer-bootstrapper",
3-
"version": "0.82.3",
3+
"version": "0.82.4",
44
"compatibleControllerVersion": ">=0.27.9",
55
"description": "Ziti BrowZer Bootstrapper -- providing Ziti network access into Dark web server",
66
"main": "index.js",

0 commit comments

Comments
 (0)