Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod requires a newer version of go than what docker-compose uses #986

Closed
ishmaelavila opened this issue Oct 5, 2024 · 1 comment · Fixed by #987
Closed

go.mod requires a newer version of go than what docker-compose uses #986

ishmaelavila opened this issue Oct 5, 2024 · 1 comment · Fixed by #987
Labels
type:bug Something isn't working

Comments

@ishmaelavila
Copy link
Contributor

ishmaelavila commented Oct 5, 2024

Data

  • Shiori version: Main Branch / 1.7.0
  • Database Engine: Postgres 15
  • Operating system: Ubuntu 20

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.
error

Expected behavior

Expected Shiori HTTP server to run

To Reproduce

Steps to reproduce the behavior:

  1. Clone a fresh version of Shiori
  2. Ensure you don't have any existing docker containers/cache
  3. Run docker-compose build && docker-compose up or similar
  4. 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
@ishmaelavila
Copy link
Contributor Author

#987
One liner to bump Go Docker Image tag

@github-project-automation github-project-automation bot moved this from To do to Done in Roadmap Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant