mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
fix: Release scripts Python version (#24544)
This commit is contained in:
committed by
GitHub
parent
262b769d19
commit
a90f740a81
@@ -14,7 +14,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM python:3.8-buster
|
||||
FROM python:3.9-buster
|
||||
ARG VERSION
|
||||
|
||||
RUN git clone --depth 1 --branch ${VERSION} https://github.com/apache/superset.git /superset
|
||||
|
||||
Reference in New Issue
Block a user