Skip to content

Commit aebbc4a

Browse files
committed
Use 1060:100 to match
1 parent 1af870c commit aebbc4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ssh-container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ghcr.io/nearnodeflash/nnf-dm-copy-offload:0.1.19
22

33
# Build arguments for user UID/GID
4-
ARG USER_UID=1234
5-
ARG USER_GID=1234
4+
ARG USER_UID=1060
5+
ARG USER_GID=100
66

77
# Set environment variables
88
ENV USER_UID=${USER_UID}

0 commit comments

Comments
 (0)