Skip to content

Commit 70caca0

Browse files
committed
apply lint
1 parent f8cd768 commit 70caca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distr
2424
# otherwise it picks up the older urllib3 that is compatible with Python 3.8.
2525
# https://github.com/boto/botocore/blob/develop/requirements-docs.txt
2626
# Since this Dockerfile currently uses the fixed Python 3.11 base image to pull the required dependencies,
27-
# EKS and ECS applications will encounter a runtime error for Python 3.8 compatability.
27+
# EKS and ECS applications will encounter a runtime error for Python 3.8 compatibility.
2828
# Our fix is to temporarily restrict the urllib3 version to one that works for all supported Python versions
2929
# that we currently commit to support (notably 3.8).
3030
# TODO: Remove this temporary workaround once we deprecate Python 3.8 support since it has reached end-of-life.

0 commit comments

Comments
 (0)