From 909d1356ad4816e5fb520f0074a85fda4ebf20a7 Mon Sep 17 00:00:00 2001 From: Jeremy Karst Date: Tue, 14 Jan 2025 22:27:20 -0500 Subject: [PATCH] updated compose version --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ddd6e55..4ea6f16 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: context: . dockerfile: osg.dockerfile - image: osg:23 # <--automate this number change to trigger stack redeploy. + image: osg:24 # <--automate this number change to trigger stack redeploy. environment: DOCKER: "true"