Skip to content

Commit

Permalink
use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kieronellis committed Jun 24, 2024
1 parent 2e0e158 commit 47888d6
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
@@ -1,9 +1,9 @@
FROM python:3.11.8
FROM python:3.11

RUN python -m venv /opt/venv

# Install airflow
ENV PYTHON_VERSION 3.11.8
ENV PYTHON_VERSION 3.11
ENV AIRFLOW_VERSION=2.7.3
RUN pip install --upgrade pip
ENV CONSTRAINT_URL "https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt"
Expand Down

0 comments on commit 47888d6

Please sign in to comment.