Skip to content

Commit

Permalink
init (#36394)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Sep 19, 2024
1 parent 213d467 commit f9c6d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/docker_native_image_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"native_images": {
"native:8.7": {
"native:8.8": {
"supported_docker_images": [
"python3",
"python3-deb",
Expand Down Expand Up @@ -31,7 +31,7 @@
"netutils",
"auth-utils"
],
"docker_ref": "demisto/py3-native:8.7.0.107893"
"docker_ref": "demisto/py3-native:8.8.0.108569"
},
"native:8.6": {
"supported_docker_images": [
Expand Down Expand Up @@ -128,7 +128,7 @@
"netutils",
"auth-utils"
],
"docker_ref": "demisto/py3-native:8.8.0.108569"
"docker_ref": "demisto/py3-native:8.9.0.112362"
}
},
"ignored_content_items": [
Expand Down Expand Up @@ -247,7 +247,7 @@
"flags_versions_mapping": {
"native:dev": "native:dev",
"native:maintenance": "native:8.6",
"native:ga": "native:8.7",
"native:ga": "native:8.8",
"native:candidate": "native:candidate"
}
}

0 comments on commit f9c6d79

Please sign in to comment.