Switch to py38, latest go builder
[ric-plt/xapp-frame-py.git] / Dockerfile-Unit-Test
index 4ebb3a7..e19c08a 100644 (file)
@@ -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