# limitations under the License.
#######################################################################################
-FROM apache/airflow:2.5.2-python3.8
+FROM apache/airflow:2.5.2-python3.10
USER root
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
DEBIAN_FRONTEND=noninteractive apt-get --yes install \
RUN dpkg-deb -x osm_common.deb /tmp/osm
RUN dpkg-deb -x osm_ngsa.deb /tmp/osm
-RUN mv /tmp/osm/usr/lib/python3/dist-packages/* /home/airflow/.local/lib/python3.8/site-packages/
+RUN mv /tmp/osm/usr/lib/python3/dist-packages/* /home/airflow/.local/lib/python3.10/site-packages/
RUN rm -rf /tmp/osm
RUN pip3 install \
- -r /home/airflow/.local/lib/python3.8/site-packages/osm_common/requirements.txt \
- -r /home/airflow/.local/lib/python3.8/site-packages/osm_ngsa/requirements.txt
+ -r /home/airflow/.local/lib/python3.10/site-packages/osm_common/requirements.txt \
+ -r /home/airflow/.local/lib/python3.10/site-packages/osm_ngsa/requirements.txt