Skip to content

Commit da45e1c

Browse files
authored
chore(typescript/batch-ecr-openmp):Update Dockerfile
1 parent 40d24b6 commit da45e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/batch-ecr-openmp/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
2727
&& rm -rf /var/lib/apt/lists/*
2828

2929
# Create non-root user for security
30-
RUN useradd -m -u 1000 openmp
30+
RUN useradd -m -u 1001 openmp
3131

3232
# Copy the built executable
3333
COPY --from=builder /build/openmp_benchmark /usr/local/bin/

0 commit comments

Comments
 (0)