Skip to content

Commit 0b31a92

Browse files
committed
security updates
1 parent a513130 commit 0b31a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN ls -l
3232
# Stage 2: Production-ready image
3333
FROM node:22-slim
3434

35-
RUN apt-get install -y curl
35+
RUN apt-get update && apt-get install -y curl
3636

3737
WORKDIR /home/node/ziti-browzer-bootstrapper
3838

0 commit comments

Comments
 (0)