Commit 6db9262
committed
Switch from floryn90/hugo to ghcr.io/gohugoio/hugo image
The site build using docker-compose fails since floryn90/hugo v0.134.3:
```
Error: error building site: failed to acquire a build lock: open /src/.hugo_build.lock: permission denied
```
Cause: The Alpine image has switched from root user to hugo user:
Florin-Lungu/docker-hugo@b261630
Fix: Switch to offical ghcr.io/gohugoio/hugo image that doesn't have the problem.1 parent 350c34e commit 6db9262
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | | - | |
4 | | - | |
| |||
0 commit comments