about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 16:11:33 +0200
committerAlan Pearce2024-04-19 22:13:42 +0200
commit30e4cb4e4af3a6eebd3b4fb431828d284a72a10a (patch)
treeca5ae02e140f9d1b35a9824da04a71e32a981a47 /fly.toml
parent0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126 (diff)
downloadwebsite-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.toml3
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"