Skip to content

Commit

Permalink
[docker] Upgrade python version to 3.9.7 in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Feb 3, 2022
1 parent 992d274 commit 359e88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#----------------------------- BUILD STAGE ------------------------------#
###############################################################################

FROM python:3.6-slim-stretch as builder
FROM python:3.9.7-slim-buster as builder

ARG CC_REPO=https://github.com/Ericsson/CodeChecker.git
ENV CC_REPO ${CC_REPO}
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN chmod a+x /hooks/after_build.sh && sync && /hooks/after_build.sh
#-------------------------- PRODUCTION STAGE ----------------------------#
###############################################################################

FROM python:3.6-slim-stretch
FROM python:3.9.7-slim-buster

ARG CC_GID=950
ARG CC_UID=950
Expand Down

0 comments on commit 359e88b

Please sign in to comment.