From 8857df94ac3d49dab69a57d91f504630e5bf90a4 Mon Sep 17 00:00:00 2001 From: poorva1209 Date: Tue, 30 Jan 2024 13:11:17 -0800 Subject: [PATCH] Update Dockerfile develop tag for python3.10 base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f26ef9b..729b1abb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GRIDAPPSD_BASE_VERSION=:master +ARG GRIDAPPSD_BASE_VERSION=:develop FROM gridappsd/gridappsd_base${GRIDAPPSD_BASE_VERSION} ARG TIMESTAMP