Commit e822d43
authored
Create non-root app user in Ruby base image (#2)
Creates a system user (uid 1000) in the base stage so downstream
Dockerfiles can switch to it with USER app. Not activated here so the
build stage keeps root for package installation.1 parent 25eb4b5 commit e822d43
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments