Skip to content

Commit

Permalink
fix: use numeric docker user (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 23, 2021
1 parent 47e010e commit d7c9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renovate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Renovate {
}

async runDockerContainer(): Promise<void> {
const renovateDockerUser = 'ubuntu';
const renovateDockerUser = '1000';

const dockerArguments = this.input
.toEnvironmentVariables()
Expand Down

0 comments on commit d7c9fe4

Please sign in to comment.