You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Fixed Docker image version number
This commit is contained in:
@@ -3,7 +3,7 @@ import { execCommand2, rootDir } from './tool-utils';
|
||||
function getVersionFromTag(tagName: string): string {
|
||||
if (tagName.indexOf('server-') !== 0) throw new Error(`Invalid tag: ${tagName}`);
|
||||
const s = tagName.split('-');
|
||||
return s[1];
|
||||
return s[1].substr(1);
|
||||
}
|
||||
|
||||
function getIsPreRelease(tagName: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user