File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ LABEL org.opencontainers.image.source=https://github.com/esri/arcgis-python-api
11
11
# install dependencies, then clean yum cache
12
12
RUN yum -y install gcc krb5-devel krb5-server krb5-libs && yum clean all && rm -rf /var/cache/yum
13
13
# install arcgis
14
- ARG ARCGIS_PYTHON_VERSION=2.1.0
14
+ ARG ARCGIS_PYTHON_VERSION=2.1.0.3
15
15
RUN pip3 install arcgis==${ARCGIS_PYTHON_VERSION} --target "${LAMBDA_TASK_ROOT}"
16
16
# set entrypoint to app.py handler method
17
17
# (note that app.py is missing from this base image)
18
18
CMD [ "app.handler" ]
19
19
# to use this base image, use FROM to specify its url
20
20
# and `COPY app.py ${LAMBDA_TASK_ROOT}`
21
- # (copy your code into the lambda task root)
21
+ # (copy your code into the lambda task root)
You can’t perform that action at this time.
0 commit comments