Skip to content

Commit

Permalink
Dockerfile.dev: set git author
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Aug 28, 2020
1 parent 00158bd commit fae0d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN chown -R "${USERNAME}":"${USERNAME}" \
/opt/go/gopath \
/opt/rust/
USER $USERNAME
RUN git config --global user.name dependabot-ci && git config --global user.email no-reply@github.com

ARG CODE_DIR=/home/$USERNAME/dependabot-core

Expand Down

0 comments on commit fae0d2d

Please sign in to comment.