Skip to content

Commit

Permalink
Merge pull request #77 from appwrite/chore-fix-static-version
Browse files Browse the repository at this point in the history
fix: static version
  • Loading branch information
Meldiron authored Oct 26, 2024
2 parents a8458e1 + b65b482 commit 7e47413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function __construct(string $version = '')
$this->runtimes['go'] = $go;

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

Expand Down

0 comments on commit 7e47413

Please sign in to comment.