Skip to content

Commit

Permalink
Insights python312 upgrade (#73)
Browse files Browse the repository at this point in the history
* build: update analytics-dashboard service to Python 3.12
  • Loading branch information
UsamaSadiq authored Dec 9, 2024
1 parent 44187ca commit 84556b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/edx-analytics-dashboard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal AS app

ENV DEBIAN_FRONTEND=noninteractive

ARG PYTHON_VERSION=3.8
ARG PYTHON_VERSION=3.12

# Packages installed:

Expand All @@ -15,7 +15,6 @@ RUN apt-get update && \
language-pack-en \
build-essential \
python${PYTHON_VERSION}-dev \
python${PYTHON_VERSION}-distutils \
libmysqlclient-dev \
pkg-config \
libssl-dev \
Expand Down

0 comments on commit 84556b9

Please sign in to comment.