From 30e4cb4e4af3a6eebd3b4fb431828d284a72a10a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 19 Apr 2024 16:11:33 +0200 Subject: use nix to build docker images --- fly.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fly.toml') 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" -- cgit 1.4.1