Skip to content

Commit 4e1fd31

Browse files
authored
Merge pull request #1666 from Esri/JR/lambda-docker-2.2.0
update Lambda docker image to v2.2.0
2 parents 17621a0 + 45ec87c commit 4e1fd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

0 commit comments

Comments
 (0)