Skip to content

Commit

Permalink
Revert "fix(docker): Increase UID:GID to avoid collissions:"
Browse files Browse the repository at this point in the history
This reverts commit 962e757.
  • Loading branch information
gustavovalverde committed Feb 27, 2025
1 parent 962e757 commit 58bb156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
ARG FEATURES="default-release-binaries"

ARG USER="zebra"
ARG UID=1001
ARG GID=1001
ARG UID=101
ARG GID=101
ARG HOME="/home/${USER}"

ARG RUST_VERSION=1.85.0
Expand Down

0 comments on commit 58bb156

Please sign in to comment.