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.
1 parent 80f667d commit 1a45d93Copy full SHA for 1a45d93
docker-bake.hcl
@@ -11,7 +11,7 @@ variable "APP" {
11
}
12
13
variable "RELEASE" {
14
- default = "5.2.0"
+ default = "5.2.1"
15
16
17
variable "CU_VERSION" {
docs/building.md
@@ -2,7 +2,7 @@
2
3
You can either use my pre-built Docker image:
4
```
5
-ashleykza/runpod-worker-inswapper:5.1.1
+ashleykza/runpod-worker-inswapper:5.2.0
6
7
8
Or alternatively, you can build it yourself by following the
0 commit comments