From 88222331f0bee306525523a0b39d14d8fee64961 Mon Sep 17 00:00:00 2001 From: Elton Stoneman Date: Sun, 29 Dec 2024 19:16:53 +0000 Subject: [PATCH] Fix linux args --- build/compose-images-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/compose-images-linux.yml b/build/compose-images-linux.yml index 9a87dd7..ed0419c 100644 --- a/build/compose-images-linux.yml +++ b/build/compose-images-linux.yml @@ -64,8 +64,8 @@ services: jenkins: build: context: ../images/jenkins/linux - args: - JENKINS_JDK_VERSION: ${JENKINS_JDK_VERSION} + args: + JENKINS_JDK_VERSION: ${JENKINS_JDK_VERSION} mssql: build: