This is an automated email from the ASF dual-hosted git repository.
tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 7275805e95 chore: updating python docker image to 3.8.13 (#20550)
7275805e95 is described below
commit 7275805e957f1944864eff512a165760af08b51f
Author: nisheldo <[email protected]>
AuthorDate: Fri Jul 1 13:16:17 2022 -0500
chore: updating python docker image to 3.8.13 (#20550)
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index d973091c9d..bb9f521737 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@
######################################################################
# PY stage that simply does a pip install on our requirements
######################################################################
-ARG PY_VER=3.8.12
+ARG PY_VER=3.8.13
FROM python:${PY_VER} AS superset-py
RUN mkdir /app \
@@ -71,7 +71,7 @@ RUN cd /app/superset-frontend \
######################################################################
# Final lean image...
######################################################################
-ARG PY_VER=3.8.12
+ARG PY_VER=3.8.13
FROM python:${PY_VER} AS lean
ENV LANG=C.UTF-8 \