Skip to content

Commit 2490dce

Browse files
committed
no explicit GID
1 parent 7e28964 commit 2490dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM python:3.11.12-slim
22
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/
33

4-
RUN groupadd --gid 1000 bot && \
5-
useradd --uid 1000 --gid bot bot --create-home && \
4+
RUN groupadd bot && \
5+
useradd --gid bot --create-home bot && \
66
rm -rf /var/cache/* /var/log/*
77

88
USER bot

0 commit comments

Comments
 (0)