[PR #898] [CLOSED] fix: Dockerfile match with golang version inside go.mod to bulid shiori correctly #854

Closed
opened 2026-02-25 23:35:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/898
Author: @Monirzadeh
Created: 5/1/2024
Status: Closed

Base: masterHead: fix-dockerfile


📝 Commits (2)

  • 1e47db9 fix Dockerfile to match with golang version inside go.mod
  • a7ecced Merge branch 'master' into fix-dockerfile

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Dockerfile (+1 -1)

📄 Description

if you try to use docker compose to run shiori with other database you will get error becuse Dockerfile is not match with go version inside go.mod

this PR will fix this problem
maybe we need some kind of test to check those are match or not.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/898 **Author:** [@Monirzadeh](https://github.com/Monirzadeh) **Created:** 5/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-dockerfile` --- ### 📝 Commits (2) - [`1e47db9`](https://github.com/go-shiori/shiori/commit/1e47db94edea4085f6e5c056b78e58321b8bc26d) fix Dockerfile to match with golang version inside go.mod - [`a7ecced`](https://github.com/go-shiori/shiori/commit/a7ecced1491f91080180a9a273909c8a35e38d40) Merge branch 'master' into fix-dockerfile ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) </details> ### 📄 Description if you try to use docker compose to run shiori with other database you will get error becuse `Dockerfile` is not match with go version inside `go.mod` this PR will fix this problem maybe we need some kind of test to check those are match or not. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#854
No description provided.