Skip to content

Commit fe9c72a

Browse files
committed
update default versions to current
1 parent 3e2bd29 commit fe9c72a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/DockerBuild.LambdaBaseImage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
version:
88
description: "Version of ArcGIS API for Python to install in the image"
99
type: string
10-
default: "2.3.0"
10+
default: "2.3.1"
1111
python_version:
1212
description: "Python version to base image on"
1313
type: string

.github/workflows/DockerBuild.NotebookImage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
version:
88
description: "Version of ArcGIS API for Python to install in the image"
99
type: string
10-
default: "2.2.0"
10+
default: "2.3.1"
1111
python_version:
1212
description: "Python version to base image on"
1313
type: string
14-
default: "3.9"
14+
default: "3.11"
1515
is_latest_release:
1616
description: "Version of ArcGIS API for Python is Latest current release"
1717
type: boolean

0 commit comments

Comments
 (0)