Skip to content

Commit

Permalink
chore: updating python docker image to 3.8.13 (#20550)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7275805)
  • Loading branch information
nisheldo authored and michael-s-molina committed Aug 30, 2022
1 parent 5f3301a commit fb0d6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit fb0d6d5

Please sign in to comment.