Skip to content

Commit 5aac7f6

Browse files
committed
ci: run as non root user
1 parent 2f78390 commit 5aac7f6

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
@@ -25,7 +25,7 @@ RUN cargo build --release
2525
#
2626
FROM rust:1.79.0-slim-bullseye
2727
RUN apt-get update && apt-get -y --no-install-recommends install libclang-dev libxinerama-dev
28-
#USER nonroot
28+
USER nonroot
2929

3030
# Set these in the environment to override [use once we have env vars available]
3131
ARG NODE_TYPE_ARG="mempool"

0 commit comments

Comments
 (0)