From 9127d9f8f3417a07954120f91d60ad08caa78fbd Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Mon, 26 Feb 2024 08:47:26 +1100 Subject: [PATCH] use last commit I have a built image for as builds no longer work --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 665a2ad..a2060f8 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -11,7 +11,7 @@ // things it builds with. // Note: "latest" is not recommended in production, as you can't be sure what version // you're actually running, and must manually re-pull to get an updated copy. - image_tag:: std.extVar("tag"), + image_tag:: "8f81bb6", database_tag:: "bb05e37", // tag for DB, which changes less and restarts are disruptive downloader_tag:: "8795050", // prevent downloader restarts