We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45acf6d + 75c75a6 commit 0849271Copy full SHA for 0849271
Dockerfile
@@ -1,5 +1,5 @@
1
FROM denoland/deno:bin-1.39.0 AS deno
2
-FROM swift:5.10.1-jammy
+FROM swift:6.0.0-jammy
3
4
WORKDIR /app
5
versions.json
[
- ["stable", "5.9.2"],
+ ["stable", "6.0.0"],
"5.0",
"5.0.1",
@@ -41,7 +41,10 @@
41
"5.8.1",
42
"5.9",
43
"5.9.1",
44
- "5.9.2"
+ "5.9.2",
45
+ "5.10.0",
46
+ "5.10.1",
47
+ "6.0.0"
48
],
49
50
"4.0",
0 commit comments