You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site build 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:
floryn90/docker-hugo@b261630
Fix: Switch to hugomods/hugo image that still runs as root user.
The hugomods/hugo:std-exts image has git included making our Dockerfile obsolete.
0 commit comments