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
When attempting to build the docker containers via docker-compose up for the first time, everything builds and executes successfully except for Shiori itself which fails to build with the following error.
Expected behavior
Expected Shiori HTTP server to run
To Reproduce
Steps to reproduce the behavior:
Clone a fresh version of Shiori
Ensure you don't have any existing docker containers/cache
Run docker-compose build && docker-compose up or similar
See error
Screenshots
Linked above
Notes
Bumping the base layer to match what is listed in go.mod solves the issue.
FROM docker.io/golang:1.22.3-alpine3.19
The text was updated successfully, but these errors were encountered:
Data
Describe the bug / actual behavior
When attempting to build the docker containers via
docker-compose up
for the first time, everything builds and executes successfully except for Shiori itself which fails to build with the following error.Expected behavior
Expected Shiori HTTP server to run
To Reproduce
Steps to reproduce the behavior:
docker-compose build && docker-compose up
or similarScreenshots
Linked above
Notes
Bumping the base layer to match what is listed in
go.mod
solves the issue.The text was updated successfully, but these errors were encountered: