Skip to content

Commit

Permalink
Change devbox uid to match first user for Debian systems
Browse files Browse the repository at this point in the history
  • Loading branch information
plannigan committed Oct 12, 2023
1 parent d24d7b3 commit 1eaa118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/devbox.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12-bookworm

ARG _USER="columbo"
ARG _UID="1001"
ARG _UID="1000"
ARG _GID="100"
ARG _SHELL="/bin/bash"

Expand Down

0 comments on commit 1eaa118

Please sign in to comment.