Skip to content

Commit

Permalink
chore: updating python docker image to 3.8.13 (apache#20550)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisheldo authored Jul 1, 2022
1 parent b870a21 commit 7275805
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 7275805

Please sign in to comment.