diff --git a/tests/testapp/Dockerfile b/tests/testapp/Dockerfile index 3a146d7b..1042c462 100644 --- a/tests/testapp/Dockerfile +++ b/tests/testapp/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7.10 +FROM python:3.11 LABEL maintainer="developers@optimizely.com"