Skip to content

Commit

Permalink
change docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
talzich committed Mar 31, 2024
1 parent 93d397d commit 951c440
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml
Expand Up @@ -22,7 +22,7 @@ outputs:
description: Exif tag value
type: string
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.49703
dockerimage: demisto/py3-tools:1.0.0.91504
fromversion: 6.5.0
tests:
- ExifReadTest
Expand Up @@ -13,7 +13,7 @@ args:
description: The URL(s) or Email(s) to process
isArray: true
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.49703
dockerimage: demisto/py3-tools:1.0.0.91504
runas: DBotWeakRole
subtype: python3
tests:
Expand Down
Expand Up @@ -14,7 +14,7 @@ tags:
- indicator-format
timeout: '0'
type: python
dockerimage: demisto/py3-tools:1.0.0.49703
dockerimage: demisto/py3-tools:1.0.0.91504
runas: DBotWeakRole
subtype: python3
tests:
Expand Down
Expand Up @@ -20,7 +20,7 @@ outputs:
- contextPath: langDetect.probability
description: Probability of language detection
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.49703
dockerimage: demisto/py3-tools:1.0.0.91504
fromversion: 5.0.0
tests:
- LanguageDetect-Test
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ParseExcel/ParseExcel.yml
Expand Up @@ -16,7 +16,7 @@ outputs:
- contextPath: ParseExcel
description: ParseExcel
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.49703
dockerimage: demisto/py3-tools:1.0.0.91504
tests:
- ParseExcel-test
fromversion: 5.0.0
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ZipFile/ZipFile.yml
Expand Up @@ -54,5 +54,5 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.49703
dockerimage: demisto/py3-tools:1.0.0.91504
fromversion: 5.0.0

0 comments on commit 951c440

Please sign in to comment.