feat: use git revision for versioning container
This commit is contained in:
parent
bad0ebf5d7
commit
931899d202
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
this.SERVER_URL = 'http://localhost:8000';
|
||||
this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev';
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
uvicorn
|
||||
python-lsp-server
|
||||
];
|
||||
version = builtins.substring 0 8 self.lastModifiedDate;
|
||||
version = self.rev or self.dirtyShortDev or "dirty-inputs";
|
||||
in
|
||||
{
|
||||
packages = {
|
||||
|
|
Loading…
Reference in a new issue