Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b65b482

Browse files
committedOct 26, 2024·
fix static version
1 parent a8458e1 commit b65b482

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)
Please sign in to comment.