We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7294f commit 22aabf6Copy full SHA for 22aabf6
airflow/dags/appgen_dag.py
@@ -42,7 +42,7 @@
42
LOG_LEVEL_TYPE = {10: "DEBUG", 20: "INFO"}
43
44
# Change this to the Docker image that contains the Application Package Generator
45
-DOCKER_IMAGE = "jplmdps/unity-app-gen:v1.0.0"
+DOCKER_IMAGE = "jplmdps/unity-app-gen:v1.1.1"
46
47
# Default DAG configuration
48
dag_default_args = {
0 commit comments