X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;fp=Dockerfile-Unit-Test;h=e19c08afb3c17658a77661b4fad07260725348c0;hb=5b582d6c144615002b5108f1d5cf94f1b70e6029;hp=4ebb3a73c9283a5d526676f30008bf0fcd8ec1a3;hpb=01533e60cd85f4b9c99c7d1c50ad0ae259e32f5e;p=ric-plt%2Fxapp-frame-py.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index 4ebb3a7..e19c08a 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== -FROM python:3.7-alpine +FROM python:3.8-alpine # sdl uses hiredis which needs gcc RUN apk update && apk add gcc musl-dev