Skip to content

Commit ea3a4f4

Browse files
committed
Merge branch 'feature/use-scone-5.7' into main
2 parents 45ff449 + fc42a29 commit ea3a4f4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library('global-jenkins-library@1.9.0') _
1+
@Library('global-jenkins-library@2.1.1') _
22

33
buildInfo = getBuildInfo()
44

@@ -14,4 +14,5 @@ sconeBuildUnlocked(
1414
imageName: 'python-hello-world',
1515
imageTag: buildInfo.imageTag,
1616
sconifyArgsPath: 'cloud-computing/sconify.args',
17+
sconifyVersion: '5.7.1'
1718
)

cloud-computing/sconify.args

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--host-path=/etc/resolv.conf \
88
--binary=/usr/local/bin/python3.7 \
99
--heap=1G \
10-
--dlopen=2 \
10+
--dlopen=1 \
1111
--no-color \
1212
--verbose \
1313
--command="python3 /app/app.py"

0 commit comments

Comments
 (0)