diff options
author | Alan Pearce | 2024-04-19 16:11:33 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 22:13:42 +0200 |
commit | 30e4cb4e4af3a6eebd3b4fb431828d284a72a10a (patch) | |
tree | ca5ae02e140f9d1b35a9824da04a71e32a981a47 /fly.toml | |
parent | 0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126 (diff) | |
download | website-30e4cb4e4af3a6eebd3b4fb431828d284a72a10a.tar.lz website-30e4cb4e4af3a6eebd3b4fb431828d284a72a10a.tar.zst website-30e4cb4e4af3a6eebd3b4fb431828d284a72a10a.zip |
use nix to build docker images
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" |