fix: Release scripts Python version (#24544)

This commit is contained in:
Michael S. Molina
2023-06-28 11:40:10 -03:00
committed by GitHub
parent 262b769d19
commit a90f740a81
6 changed files with 10 additions and 7 deletions

View File

@@ -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