Skip to content

Commit

Permalink
changes user id form 1 to 1000
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Felder <[email protected]>
  • Loading branch information
arminfelder authored and patrick-east committed Jan 13, 2020
1 parent 5464581 commit 9ba923d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ build-windows:
image-quick:
$(DOCKER) build -t $(IMAGE):$(VERSION) .
$(DOCKER) build -t $(IMAGE):$(VERSION)-debug --build-arg VARIANT=:debug .
$(DOCKER) build -t $(IMAGE):$(VERSION)-rootless --build-arg USER=1 .
$(DOCKER) build -t $(IMAGE):$(VERSION)-rootless --build-arg USER=1000 .

.PHONY: push
push:
Expand Down

0 comments on commit 9ba923d

Please sign in to comment.