Skip to content

Commit 7e47413

Browse files
authored
Merge pull request #77 from appwrite/chore-fix-static-version
fix: static version
2 parents a8458e1 + b65b482 commit 7e47413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runtimes/Runtimes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function __construct(string $version = '')
120120
$this->runtimes['go'] = $go;
121121

122122
$static = new Runtime('static', 'Static', 'sh helpers/server.sh');
123-
$static->addVersion('1.0', 'joseluisq/static-web-server:2.33-alpine', 'openruntimes/static:'.$this->version.'-1.0', [System::X86, System::ARM64]);
123+
$static->addVersion('1', 'joseluisq/static-web-server:2.33-alpine', 'openruntimes/static:'.$this->version.'-1', [System::X86, System::ARM64]);
124124
$this->runtimes['static'] = $static;
125125
}
126126

0 commit comments

Comments
 (0)