Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Oct 17, 2023
1 parent 6462298 commit ddfb822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM quay.io/astronomer/astro-runtime:9.1.0
FROM quay.io/astronomer/astro-runtime:9.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires=["apache-airflow==2.7.2"],
extras_require={
"develop": [
"pylint==2.17.7",
"pylint==3.0.1",
"black==23.9.1",
],
"testing": [
Expand Down

0 comments on commit ddfb822

Please sign in to comment.