Skip to content

Commit

Permalink
update userid
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed May 24, 2024
1 parent 0a5839d commit e7ef772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM espressif/idf

ARG DEBIAN_FRONTEND=nointeractive
ARG CONTAINER_USER=esp
ARG USER_UID=1000
ARG USER_UID=1050
ARG USER_GID=$USER_UID

RUN apt-get update \
Expand Down

0 comments on commit e7ef772

Please sign in to comment.