Commit aac3c08
committed
fix ownership path in
```
[Checking permissions of the: /opt/app-root/share] _
tests/containers/base_image_test.py:240: in test_fn
assert cleaned_output == f"{item[1]}:{item[2]}:{item[3]}"
E AssertionError: assert '755:0:0' == '775:0:1001'
E
E - 775:0:1001
E + 755:0:0
```codeserver/ubi9-python-3.12 Dockerfile for consistency (#2356)1 parent b6771cd commit aac3c08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments