Skip to content

Commit

Permalink
airflow container runs python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscardillo committed Dec 20, 2020
1 parent 2aa8de3 commit 768cc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7.6-slim-buster
FROM python:3.9.1-slim-buster
USER root

# PSQL Requirements
Expand Down

0 comments on commit 768cc68

Please sign in to comment.