diff --git a/build/providers/ibm/Dockerfile b/build/providers/ibm/Dockerfile index 78d6f7cc942d7ca0814aa49b81172805784df392..1e39709ddb99997703b6c04a916b23694761fff5 100644 --- a/build/providers/ibm/Dockerfile +++ b/build/providers/ibm/Dockerfile @@ -1,7 +1,5 @@ -/* Licensed Materials - Property of IBM */ -/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/ -FROM python:3.6-slim +FROM python:3.8-slim ENV HOME="/home/witsml_parser"