File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update
14
14
RUN apt-get install -y curl
15
15
# TODO: Make this work
16
16
# RUN export PIXLET_VERSION=$(curl https://raw.githubusercontent.com/tidbyt/community/main/PIXLET_VERSION | sed 's/v//')
17
- ARG PIXLET_VERSION=0.28.3
17
+ ARG PIXLET_VERSION=0.28.7
18
18
RUN echo $PIXLET_VERSION
19
19
RUN curl -L -o pixlet.tar.gz https://github.com/tidbyt/pixlet/releases/download/v${PIXLET_VERSION}/pixlet_${PIXLET_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz
20
20
RUN tar -xvf pixlet.tar.gz
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ plugins:
33
33
utilities :
34
34
- name : airflow
35
35
variant : apache
36
- pip_url : git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.7.0 psycopg2-binary
37
- --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.7.0 /constraints-3.11 .txt
36
+ pip_url : git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.8.1 psycopg2-binary
37
+ --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1 /constraints-no-providers-${MELTANO__PYTHON_VERSION} .txt
38
38
config :
39
39
core :
40
40
dags_folder : $MELTANO_PROJECT_ROOT/plugins/airflow/dags
You can’t perform that action at this time.
0 commit comments