Skip to content

Commit

Permalink
feat: Upgrade to 2.6.3 (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaeld authored Sep 7, 2023
1 parent a4d65d1 commit 4a0419f
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 535 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:slim-2.5.3-python3.10
FROM apache/airflow:slim-2.6.3-python3.10

ARG PROJECT_DIR="/opt/airflow"

Expand All @@ -8,7 +8,7 @@ ENV AIRFLOW_HOME=$PROJECT_DIR

USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential default-libmysqlclient-dev
&& apt-get install -y --no-install-recommends build-essential

# Legacy docker image dependencies to be reviewed
RUN apt-get install -y --no-install-recommends \
Expand Down
Loading

0 comments on commit 4a0419f

Please sign in to comment.