-
-
Notifications
You must be signed in to change notification settings - Fork 1
Maintainer/ankan #77
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
Maintainer/ankan #77
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 7.17.42-stable | ||
| 7.18.42-stable |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ import ( | |
| ) | ||
|
|
||
| func main() { | ||
| VERSION := "7.17.42-stable" | ||
| VERSION := "7.18.42-stable" | ||
|
|
||
|
Comment on lines
13
to
15
|
||
| // handle version flag without requiring sudo | ||
| if len(os.Args) > 1 && os.Args[1] == "--version" { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .deb filename and URL here use
containDB_...(camel-case), but the release/installer tooling in this repo usescontaindb_${VERSION}_<arch>.deb(lowercase) (seeScripts/installer.shandScripts/PackageBuilder.sh). As written, these copy/paste commands are likely to 404 or fail on case-sensitive filesystems; align the docs with the actual release asset naming (or adjust the build/release scripts to match the docs).