Skip to content

Commit 296664d

Browse files
committed
Fix formatting in railties/CHANGELOG.md
1 parent a6099ed commit 296664d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
The Dockerfile generated by `rails new` sets the default user and group
88
by name instead of UID:GID. This can cause the following error in kubernetes:
9+
910
```
1011
container has runAsNonRoot and image has non-numeric user (rails), cannot verify user is non-root
1112
```
13+
1214
This change sets default user and group by their numeric values.
1315
1416
*Ivan Fedotov*

0 commit comments

Comments
 (0)