diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fly.toml b/fly.toml index cd2269d..5b7f722 100644 --- a/fly.toml +++ b/fly.toml @@ -7,8 +7,7 @@ app = "alanpearce-eu" primary_region = "ams" [build] - [build.args] - GO_VERSION = "1.22.1" + image = "registry.fly.io/alanpearce-eu" [env] PORT = "3000" |