From 06334069fa44bfe46c8192972c7dacc4ceebfb5a Mon Sep 17 00:00:00 2001 From: slominskir Date: Thu, 16 May 2024 14:44:31 -0400 Subject: [PATCH] Use latest tag --- compose.override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.override.yaml b/compose.override.yaml index 4e385d0..07c8cc0 100644 --- a/compose.override.yaml +++ b/compose.override.yaml @@ -1,3 +1,3 @@ services: wildfly: - image: jeffersonlab/wildfly:1.6.1 \ No newline at end of file + image: jeffersonlab/wildfly:latest \ No newline at end of file