Skip to content

Commit ce436df

Browse files
committed
merge updates from master into next before release
1 parent 64eff33 commit ce436df

File tree

3 files changed

+372
-3
lines changed

3 files changed

+372
-3
lines changed

.github/workflows/DockerBuild.LambdaBaseImage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
images: |
3232
ghcr.io/esri/arcgis-python-api-lambda
3333
tags: |
34-
type=raw,value=2.1.0,enable={{is_default_branch}}
34+
type=raw,value=2.2.0,enable={{is_default_branch}}
3535
type=raw,value=latest,enable={{is_default_branch}}
3636
type=schedule,pattern={{date 'YY.MM'}},enable={{is_default_branch}}
3737
type=sha,format=long

docker/LambdaBaseImage.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL org.opencontainers.image.source=https://github.com/esri/arcgis-python-api
1111
# install dependencies, then clean yum cache
1212
RUN yum -y install gcc krb5-devel krb5-server krb5-libs && yum clean all && rm -rf /var/cache/yum
1313
# install arcgis
14-
ARG ARCGIS_PYTHON_VERSION=2.1.0.3
14+
ARG ARCGIS_PYTHON_VERSION=2.2.0
1515
RUN pip3 install arcgis==${ARCGIS_PYTHON_VERSION} --target "${LAMBDA_TASK_ROOT}"
1616
# set entrypoint to app.py handler method
1717
# (note that app.py is missing from this base image)

samples/02_power_users_developers/population_exploration_dashboard.ipynb

Lines changed: 370 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)