Skip to content

Commit

Permalink
Fix linux args
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Dec 29, 2024
1 parent 290f0fa commit 8822233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/compose-images-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8822233

Please sign in to comment.