Skip to content

Commit 69fc552

Browse files
vitorvitor
authored andcommitted
up airflow to 2.7.1
1 parent f9df806 commit 69fc552

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ logs
22
mnt
33
.env
44
dags/__pycache__/*
5-
.vscode
5+
.vscode
6+
.DS_Store

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apache/airflow:2.6.3-python3.10
1+
FROM apache/airflow:2.7.1-python3.10
22

33
ARG PYTHON_DEPS=" \
44
ctds==1.12.0 \

0 commit comments

Comments
 (0)